2017-11-27 9:31 GMT+01:00 [email protected] <[email protected]>: > Hi > > I have updated the struts version from 2.3 to 2.5 > and it seems that the wildcard is not working > > Please have a look at the way it is declared. > > <action name="logon.*" method="{1}" class="logonAction"> > <result name="input" type="redirect"> > <param name="location">${nextAction}</param> > </result> > ---- > > Wanted to know if there is anything new/changed in terms of wildcard in > Struts 2.5
Yes, it is probably due to Strict Method Invocation http://struts.apache.org/core-developers/action-configuration.html#strict-method-invocation Regards -- Ćukasz + 48 606 323 122 http://www.lenart.org.pl/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

