Re: s2 and DispatchAction

2007-11-12 Thread acogoluegnes
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

Re: s2 and DispatchAction

2007-11-12 Thread acogoluegnes
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 > >

Re: How to display the ' character from a .properties file

2007-07-12 Thread acogoluegnes
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