If you send in a param named "method:${aMethodName}"
would that work? Isn't that how the submits (for
example) work? I was looking at this a couple of weeks
ago but forgot already :(

d.

--- Ian Roughley <[EMAIL PROTECTED]> wrote:

> I wonder if you could use OGNL, i.e. ${paramName},
> although I have not 
> tested it.
> 
> [EMAIL PROTECTED] wrote:
> > 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 wildcard:
> >>>
> >>> <action name="/home_*" method="{1}">
> >>>
> >>> </action>
> >>>
> >>> 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
> >>>>
> >>>>
>
---------------------------------------------------------------------
> >>>> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> >>>> For additional commands, e-mail:
> [EMAIL PROTECTED]
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>         
> >>>
>
---------------------------------------------------------------------
> >>> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> >>> For additional commands, e-mail:
> [EMAIL PROTECTED]
> >>>
> >>>
> >>>       
> >>
>
---------------------------------------------------------------------
> >> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> >> For additional commands, e-mail:
> [EMAIL PROTECTED]
> >>
> >>
> >>
> >>
> >>
> >>     
> >
> >
> >
>
---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> > For additional commands, e-mail:
> [EMAIL PROTECTED]
> >
> >   
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to