If I have a page that includes a passed parameter and that page has a form,
when a validation error occurs the redirect link no longer contains the
parameter in the query string of the original URL.

For example:

This URL brings up a form:
http://example.com/Item?itemno=1251092

If the user clicks submit (POST) and a validation error occurs the page is
redisplayed with 
a url that looks like this:
http://example.com/Item

As a redirect from a POST, this makes sense,  but what I'd like to do is add
the parameter, or somehow display the original URL in the client.  This way
if a user clicks submit and gets a validation error,  they can still get a
valid bookmark.

Thanks,

Jim
-- 
View this message in context: 
http://old.nabble.com/Add-parameter-to-a-generated-redirect-link-tp28334382p28334382.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to