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

[s2] Action classes and wildcards with special characters

2007-01-24 Thread Elie Ciment
Hi, I am following along the tutorials online getting started with Struts2. I am loving it, but I noticed something bazaar and was wondering what anyone has to say about it. When you have an action and you add an underscore or ! followed by an asterisk (*), to make it or then when you ref