Re: [s2] Action classes and wildcards with special characters

2007-01-24 Thread Elie Ciment
Thanks, Don! Is this documented anywhere, because I couldn't find anything... Back to work! EC On 1/24/07, Don Brown <[EMAIL PROTECTED]> wrote: The wildcard character will optionally swallow the previous character so login_* will be matched by login and login_app. This change from Struts 1

Re: [s2] Action classes and wildcards with special characters

2007-01-24 Thread Don Brown
The wildcard character will optionally swallow the previous character so login_* will be matched by login and login_app. This change from Struts 1 was done in order to better align with the "action!method" notation of WebWork 2/Struts 2. Don On 1/24/07, Elie Ciment <[EMAIL PROTECTED]> wrote: H