(Using Stripes 1.5.3, Tomcat 6.0.x, Java6)

I have an action bound as "/action/{blah}" as part of an app installed
under a sub-context /foo.

In a stripes:form tag I put a stripes:param for blah and the resultant
html shows the action url as just "/action/blah", instead of
"/foo/action/blah".

If I change the param to a hidden field instead, the action for the
form is now "/foo/action".

Why is the context being stripped from the form action url when a
param is being used inside the form?

------------------------------------------------------------------------------

_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to