In the Wicket plug-in module that I'm developing, I want to make
sure that the user doesn't need to set the servlet's URL pattern.
Normally, the user needs to...
In the Wicket plug-in module that I'm developing, I want to make
sure that the user doesn't need to set the servlet's URL pattern.
Normally, the user needs to go to the application's Project
Properties dialog box, and then set the relative path for the
servlet in the Run panel. This sets the client.urlPart property in
the nbproject/project.properties file. Then, when the user deploys
the application, the relative URL is appended to the context path.
However, since the Wicket...
In the Wicket plug-in module that I'm developing, I want to make
sure that the user doesn't need to set the servlet's URL pattern.
Normally, the user needs to go to the application's...