$event parameters should use default value for form actions
-----------------------------------------------------------

                 Key: STS-504
                 URL: http://www.stripesframework.org/jira/browse/STS-504
             Project: Stripes
          Issue Type: Bug
          Components: ActionBean Dispatching, Tag Library
            Reporter: Ben Gunter
             Fix For: Release 1.5


>From the mailing list ...

The reason you're getting two event parameters is when the URL for the form's 
action is generated, the default event name (forwardToLoginRegister) is 
embedded in the URI. Then you're clicking a button that also sends the login 
event. Thus the error. If you remove @DefaultHandler, then everything should 
work like you want it to because there will be no default value for $event so 
it won't be included in the URL.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://www.stripesframework.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

-------------------------------------------------------------------------
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-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to