Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: Release 1.5
-
Fix Version/s: Release 1.5.1, Release 1.6
-
Component/s: Tag Library
-
Labels:None
Description
When using clean url binding: @UrlBinding("/signin/{$event}/")
and <stripes:form action="/signin/authenticate" id="signin">.
FormTag renders: <form id="signin" action="/signin/" method="post">
There is no possibility of using events with stripes forms.
Well, you don't,
action is set by your submit button(name attribute)
(or you can either use _eventName hidden field)