Are you saying you have a method called input() in the action or is it that you are getting a result code "input" which would imply a validation error?
-----Original Message----- From: Pro1712 <pro1...@yahoo.de> To: user@struts.apache.org Sent: Tue, Jun 23, 2009 9:34 am Subject: Update to Struts 2.1.7 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: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org