Re: Why not to use Action chaining ?

2003-07-23 Thread Sandeep Takhar
another until I > have all client requested > > baggage. > > --Alen > > > > ----- Original Message - > > From: "Siva" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Tuesday, July 22, 2003 11:54 AM > > Subjec

Re: Why not to use Action chaining ?

2003-07-22 Thread Jing Zhou
ead.com > > - Original Message - > From: "Siva" <[EMAIL PROTECTED]> > To: "Jing Zhou" <[EMAIL PROTECTED]> > Cc: "Struts Users Mailing List" <[EMAIL PROTECTED]> > Sent: Tuesday, July 22, 2003 10:28 AM > Subject: Re:

Re: Why not to use Action chaining ?

2003-07-22 Thread Jens v . P .
Hello, Am Dienstag, 22.07.03 um 16:37 Uhr schrieb Siva: My requirement is like this : I have two different JSP files (assume a.jsp ane b.jsp) arranged as tiles in a Layout page. If the user makes an action in a.jsp, I need to change the model corresponds to both the a.jsp and b.jsp - both are in

Re: Why not to use Action chaining ?

2003-07-22 Thread Sloan Seaman
ot;Jing Zhou" <[EMAIL PROTECTED]> Cc: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, July 22, 2003 10:28 AM Subject: Re: Why not to use Action chaining ? > thanks a lot Jing Zhou, > I will try this . > > Siva > > Jing Zhou wrote: > &

RE: Why not to use Action chaining ?

2003-07-22 Thread Paananen, Tero
> Could anyone of you tell me why we ahuld not use > Action chaining in struts framework ? This is becoming a VFAQ... -TPP - This email may contain confidential and privileged material for the sole use of the intended recip

Re: Why not to use Action chaining ?

2003-07-22 Thread Alen Ribic
ined they populate my > > form with all I need! > > > > Anyway, I'm too new to Struts hence am not to sure what exactly is the right > > way to doing certain things. ;) > > > > --Alen > > > > - Original Message - > > From: "Siva"

RE: Why not to use Action chaining ?

2003-07-22 Thread Bailey, Shane C.
l Message- From: Siva [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 10:26 AM To: Alen Ribic Cc: Struts Users Mailing List Subject: Re: Why not to use Action chaining ? Dear Alen, the following link says strus doed not support action chaining. http://www.scioworks.net/devnews/strut

Re: Why not to use Action chaining ?

2003-07-22 Thread Siva
thanks jens, My requirement is like this : I have two different JSP files (assume a.jsp ane b.jsp) arranged as tiles in a Layout page. If the user makes an action in a.jsp, I need to change the model corresponds to both the a.jsp and b.jsp - both are independent and a.jsp will be in a small framew

RE: Why not to use Action chaining ?

2003-07-22 Thread Bailey, Shane C.
22, 2003 10:26 AM To: Struts Users Mailing List Subject: Re: Why not to use Action chaining ? Hello, > Could anyone of you tell me why we ahuld not use Action chaining in > struts framework ? > I'm a Struts newbie, so maybe my answer ends up in a new question. But as far as I

Re: Why not to use Action chaining ?

2003-07-22 Thread Siva
thanks a lot Jing Zhou, I will try this . Siva Jing Zhou wrote: > - Original Message - > From: "Siva" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > Sent: Tuesday, July 22, 2003 5:14 AM > Subject: Re: Why

Re: Why not to use Action chaining ?

2003-07-22 Thread Siva
> > - Original Message - > From: "Siva" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > Sent: Tuesday, July 22, 2003 12:14 PM > Subject: Re: Why not to use Action chaining ? > > > Thanks Alen, > >

Re: Why not to use Action chaining ?

2003-07-22 Thread Jing Zhou
- Original Message - From: "Siva" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, July 22, 2003 5:14 AM Subject: Re: Why not to use Action chaining ? > Thanks Alen, > > Ted Husted (Struts in Action) says

Re: Why not to use Action chaining ?

2003-07-22 Thread Jens v . P .
Hello, Could anyone of you tell me why we ahuld not use Action chaining in struts framework ? I'm a Struts newbie, so maybe my answer ends up in a new question. But as far as I understand the action pattern (question 1: Are Struts actions commands as described in the GOF book). And as far as I

Re: Why not to use Action chaining ?

2003-07-22 Thread Alen Ribic
rtain things. ;) --Alen - Original Message - From: "Siva" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, July 22, 2003 12:14 PM Subject: Re: Why not to use Action chaining ? > Thanks Alen, > > Ted Husted (S

Re: Why not to use Action chaining ?

2003-07-22 Thread Siva
understand but why > wouldn't you wanna use action chaining? > I just jump from one action to another until I have all client requested > baggage. > --Alen > > - Original Message - > From: "Siva" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]&g

Re: Why not to use Action chaining ?

2003-07-22 Thread Alen Ribic
t; To: <[EMAIL PROTECTED]> Sent: Tuesday, July 22, 2003 11:54 AM Subject: Why not to use Action chaining ? > Friends, > > Could anyone of you tell me why we ahuld not use Action chaining in > struts framework ? > I neet to do two different actions for a user action. how can i wachieve

Why not to use Action chaining ?

2003-07-22 Thread Siva
Friends, Could anyone of you tell me why we ahuld not use Action chaining in struts framework ? I neet to do two different actions for a user action. how can i wachieve it without action chaining? Thanks in advance for your help. Sivakumar --