@s.form does not allow specifying anything else than !execute
-------------------------------------------------------------
Key: WW-2823
URL: https://issues.apache.org/struts/browse/WW-2823
Project: Struts 2
Issue Type: Bug
Affects Versions: 2.1.2
Reporter: Sami Dalouche
@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...
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.