Re: [Struts 2] Pass value between two action classes

2008-05-15 Thread Milan Milanovic
from and where you're going to. Al. - Original Message - From: "Milan Milanovic" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Thursday, May 15, 2008 3:06 PM Subject: Re: [Struts 2] Pass value between two action classes Why not ? D

Re: [Struts 2] Pass value between two action classes

2008-05-15 Thread Al Sutton
you're going to. Al. - Original Message - From: "Milan Milanovic" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Thursday, May 15, 2008 3:06 PM Subject: Re: [Struts 2] Pass value between two action classes Why not ? Different methods

Re: [Struts 2] Pass value between two action classes

2008-05-15 Thread Milan Milanovic
Why not ? Different methods are calling different result jsp-s ? -- Milan - Original Message From: Ravichandra C <[EMAIL PROTECTED]> To: Struts Users Mailing List Sent: Thursday, May 15, 2008 3:52:12 PM Subject: RE: [Struts 2] Pass value between two action classes as I see

RE: [Struts 2] Pass value between two action classes

2008-05-15 Thread Ravichandra C
as I see... no! -Original Message- From: Milan Milanovic [mailto:[EMAIL PROTECTED] Sent: Thursday, May 15, 2008 7:20 PM To: Struts Users Mailing List Subject: Re: [Struts 2] Pass value between two action classes Is a better approach to use one action class with multiple jsp pages

Re: [Struts 2] Pass value between two action classes

2008-05-15 Thread Milan Milanovic
Is a better approach to use one action class with multiple jsp pages ? -- Thx, Milan - Original Message From: Ravichandra C <[EMAIL PROTECTED]> To: Struts Users Mailing List Sent: Thursday, May 15, 2008 3:44:10 PM Subject: RE: [Struts 2] Pass value between two action classes H

RE: [Struts 2] Pass value between two action classes

2008-05-15 Thread Ravichandra C
only one validate method... and we had to go with interceptors... -Original Message- From: Milan Milanovic [mailto:[EMAIL PROTECTED] Sent: Thursday, May 15, 2008 7:09 PM To: Struts Users Mailing List Subject: Re: [Struts 2] Pass value between two action classes O.K. Thaks. But what is

Re: [Struts 2] Pass value between two action classes

2008-05-15 Thread Milan Milanovic
<[EMAIL PROTECTED]> To: user@struts.apache.org Sent: Thursday, May 15, 2008 7:08:57 AM Subject: Re: [Struts 2] Pass value between two action classes quite possible. for this u need to define the object fruit in session scope. and in 1st page say: vitamins, color can be filled. In 2nd page say:

Re: [Struts 2] Pass value between two action classes

2008-05-14 Thread ravi_eze
-interceptor.html hope this helps. ravi -- View this message in context: http://www.nabble.com/-Struts-2--Pass-value-between-two-action-classes-tp17234969p17246034.html Sent from the Struts - User mailing list archive at Nabble.com

[Struts 2] Pass value between two action classes

2008-05-14 Thread Milan Milanovic
Hi, because my jsp would be too complicated, I decided to move some controls to another page. Actually I have just one object where I store data in my action class (e.g., Fruit), where in first jsp user enter about half information, and in second he enter rest of the information (but I want to us