Hi list !

I am forced to use the wicket servlet (1.3.3) instead of the filter because of oc4j.

I mapped the servlet to

<servlet-mapping>
       <servlet-name>Wicket Webapp</servlet-name>
       <url-pattern>/app/*</url-pattern>
</servlet-mapping>

This does not work, I always get redirected to the root of the webapp, and therefore none of my pages shows up. If I map to /*, everything works fine, but then my acegi filters to not work...

Is there any parameter I need to set to tell wicket about the different location ? Or, is it possible to configure some fake name in front of the request strings "?" ?

Thanks a lot,
Tom

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to