Hi,
I have following settings in web.xml
<servlet-mapping>
<servlet-name>myserv</servlet-name>
<url-pattern>/app/*</url-pattern>
</servlet-mapping>
I expect that all requests such as:
/app
/app/abc
/app/xyz
should come to the servlet. But only /app currently works.
Moreover, I want to access the getRequestURL part from the servlet API
also, so that i can use the information in the application logic.
I am able to do this in the normal servlet and then forward the
request to the wicket but in that case the URL at the client remains
the same and causes problems later in the application.
thanks
devush
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]