Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1.2
-
None
-
None
Description
@s.form does not seem to allow specifying the method name.
For instance, let's say I want to post to myAction!alternateExecute, using
@s.form action="myAction!alternateExecute" does not work, since S2 does
not seem to understand the syntax here.
It is thus necessary to use myAction!alternateExecution.action, but the action suffix is then hardcoded, which is not a good thing...
Attachments
Issue Links
- duplicates
-
WW-2727 Using action and method in form action duplicates method part
- Closed