Hi,

When my action bean uses @Wizard and I return a RedirectResolution from and 
event, it tries to call the same event again causing an exception. Removing 
@Wizard prevents the exception.

return new RedirectResolution(this.getClass(), "done").flash(this);

net.sourceforge.stripes.exception.StripesRuntimeException: Submission of a 
wizard form in Stripes absolutely requires that the hidden field Stripes writes 
containing the names of the fields present on the form is present and encrypted 
(as Stripes write it). This is necessary to prevent a user from spoofing the 
system and getting around any security/data checks.

Christian

PS : I use stripes 1.5 revision 905
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to