Re: Problem to add several actions

2006-06-01 Thread Wang Tseng
I am sorry for confusing the concept of action chain. What I suggest you is just to forward request to the second action you need,since you need both of them to be executed. Maybe that will help. -- Wang Tseng

Re: Problem to add several actions

2006-06-01 Thread Wang Tseng
or 1.3.x versions and there is no release yet, am I write? -Original Message- From: Wang Tseng [mailto:[EMAIL PROTECTED] Sent: Thursday, June 01, 2006 1:57 PM To: Struts Users Mailing List Subject: Re: Problem to add several actions you can use action chain. 2006/6/1, Hakhnazaryan, A

RE: Problem to add several actions

2006-06-01 Thread Hakhnazaryan, Arus
Thank you very much, but it is for 1.3.x versions and there is no release yet, am I write? -Original Message- From: Wang Tseng [mailto:[EMAIL PROTECTED] Sent: Thursday, June 01, 2006 1:57 PM To: Struts Users Mailing List Subject: Re: Problem to add several actions you can use action

Re: Problem to add several actions

2006-06-01 Thread Wang Tseng
you can use action chain. 2006/6/1, Hakhnazaryan, Arus <[EMAIL PROTECTED]>: Hello. does anybody know how to add several actions to one action map. I have 2 actions, that work separatly on different pages, but on onee page under the clickon one button both of them must work. Whow to organize it

Problem to add several actions

2006-05-31 Thread Hakhnazaryan, Arus
Hello. does anybody know how to add several actions to one action map. I have 2 actions, that work separatly on different pages, but on onee page under the clickon one button both of them must work. Whow to organize it in struts?