Re: Action tag with parameters

2007-07-05 Thread Musachy Barroso
You can used nested param tag for that musachy On 7/4/07, Asaf Paris Mandoki <[EMAIL PROTECTED]> wrote: When directly calling an action we can send a petition like .../ActionName.action?var1=val1&var2=val2 using the GET method. I understand that that calls an action with a couple of

Re: Action tag with parameters

2007-07-05 Thread yitzle
Quoting http://struts.apache.org/2.x/docs/action.html Parameters can be passed to the action using nested param tags. (links to http://struts.apache.org/2.x/docs/param.html) I'm not sure about the HTTP method... What exactly are you trying to accomplish? ---

Action tag with parameters

2007-07-04 Thread Asaf Paris Mandoki
When directly calling an action we can send a petition like .../ActionName.action?var1=val1&var2=val2 using the GET method. I understand that that calls an action with a couple of parameters. Can I do something similar when calling an action from the tag ? that is, Can I call an action using