Multiple Submit methods using <submit> tag doesnt work post 2.1.6 versions
--------------------------------------------------------------------------
Key: WW-3505
URL: https://issues.apache.org/jira/browse/WW-3505
Project: Struts 2
Issue Type: Bug
Reporter: Maqsud Mohammad
The <s:submit method="testMethod" /> doesnt work on newer versions, however in
the documentation it says if we set DynamicMethdoInvocation=true, it should
work and also it is being discouraged to use the same as it will disable the
feature of wildcard actions configuration. It was working just ok with 2.1.6
versions where in I could use both the features together.
What happens when I click on submit is, it only calls the default execute
method even if the submit says to go to "testMethod".
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.