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
Thanks
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]