as far as I know, no :-(
> How can i use a parameter to choose wich action executed?
>
> I have a crud action etc user.action
> is it possible to choose the action fires with a paramenter like
> user.action?action=list rather than user!list.action?
>
>
>
> [EMAIL PROTECTED] wrote:
>> using wil
using wildcard:
action URL for method login: /home_login
see : http://struts.apache.org/2.x/docs/wildcard-mappings.html
> Hello
>
> In struts 1.x was using the DispatchAction and with a parameter like
> action choosed wich action executed. Is there a way to do thiw in S2?
>
> tnx
>
>
try to double the '
ex.:
mylabel=I don''t know how
>
> If in my .properties file I have text with the ' character
>
> my.properties (file)
>
> mylabel=I don't know how
> ...
>
>
> The output doesn't display the ' character
>
> I dont know how
>
> Do I need a special character before the ' charac
3 matches
Mail list logo