Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Release 1.5
-
Component/s: ActionBean Dispatching, Tag Library
-
Labels:None
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.
Fixed for 1.5. Default event name is no longer added to a form URL.