My conversion to use stripes clean urls is coming along reasonably
smoothly now thanks to Ben, but I've stumbled across another problem.

If I submit a form and it fails a validation handler
(@ValidationMethod), when Stripes sends it back to the browser the
extra bits in the URL are removed.

For instance, I have http://myserver.com/editSubject/12345
(@UrlBinding("/editSubject/{sid}"), and when I submit the form and the
validation fails it comes back as http://myserver.com/editSubject. The
12345 is set as a hidden form field, and I am using a regular stripes
submit button.

How do I get the sid (in this case) to stay in the URL after the
binding and validation phase fails?

Thanks

Chris

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to