Hello there,

A fellow Wicket user! I use the following filter mappings in my
web.xml, which work for me; they might work for you too...

  <filter-mapping>
    <filter-name>WicketApplication</filter-name>
    <url-pattern>/wicket/*</url-pattern>
  </filter-mapping>

  <!--  This must be after the similar block for "/wicket/*"  -->
  <filter-mapping>
    <filter-name>WicketApplication</filter-name>
    <url-pattern>/*</url-pattern>
  </filter-mapping>


Do let us know how you get on.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to