You are right! 'name="*"' is not necessary but it also does not cause any problems... I will remove it!
But that's not my problem! What I forgot to mention in my first post is that I use dynamic method invocation and pass the param e.g. "method:input" to the action. Sorry for this... struts.enable.DynamicMethodInvocation = false is set in struts.properties but worked for me in Struts 2.1.6. In 2.1.7 DefaultActionMapper was changed and a check for "allowDynamicMethodCalls" was added in line 187. So as a result the behavour changed and the method "input" was not mapped and so the default method "execute" is called setting struts.enable.DynamicMethodInvocation = true solves the problem. Is there a reason that this was changed? Or was this a bug in 2.1.6? -- View this message in context: http://www.nabble.com/Update-to-Struts-2.1.7-tp24166101p24180951.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