Hello!
I try to update from Struts 2.1.6 to 2.1.7.
I've got simple actions like this:
<action name="Test1Action" class="com.test.test1">
<result name="*">/pages/Test1.jsp</result>
</action>
In Struts 2.1.6 'input' was called when invoking the action.
In Struts 2.1.7 'execute' is called.
Why is ecexute called now?
What is the default action that is called? How can I change it?
Thanks for your help!
--
View this message in context:
http://www.nabble.com/Update-to-Struts-2.1.7-tp24166101p24166101.html
Sent from the Struts - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]