As mentioned in the stripes-best-practices the jsp's should'nt be 
accessed from  the web-clients - the .actions should be "entry-points".
I tried to follow this, but a cannot get working any wizard.

I testes the example fro the docs, without success.

@Wizard(startEvents="begin")
@UrlBinding("/bugzooky/Register.action")
public class RegisterActionBean  {
    public Resolution begin() {
        return new RedirectResolution("/bugzooky/Register.jsp");
    }

}

Invoking the URL "/bugzooky/Register.action" always ends with the Exception:
"Submission of a wizard form in Stripes absolutely requires that the hidden 
field "

How can a create a LINK <a href=""> to the action, starting the wizard-flow?

Thanks
Jens

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Register now and save $200. Hurry, offer ends at 11:59 p.m., 
Monday, April 7! Use priority code J8TLD2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to