Stripes

$event parameters should not use default value for form actions

Details

Description

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.

Activity

Hide
Ben Gunter added a comment - 06/Feb/08 9:49 PM

Fixed for 1.5. Default event name is no longer added to a form URL.

Show
Ben Gunter added a comment - 06/Feb/08 9:49 PM Fixed for 1.5. Default event name is no longer added to a form URL.

People

Vote (0)
Watch (0)

Dates

  • Created:
    06/Feb/08 3:44 PM
    Updated:
    04/Jan/11 3:10 PM
    Resolved:
    06/Feb/08 9:49 PM