RE: Problem with action chaining

2004-01-02 Thread Tim Lucia
- From: Ted Husted [mailto:[EMAIL PROTECTED] Sent: Thursday, January 01, 2004 2:35 PM To: Struts Users Mailing List Subject: RE: Problem with action chaining In your case, something to consider might be to use BSF scripts instead of Java Actions. http://struts.sourceforge.net

RE: Problem with action chaining

2004-01-01 Thread Tim Lucia
, December 31, 2003 4:10 PM To: Struts Users Mailing List Subject: RE: Problem with action chaining On Wed, 31 Dec 2003 12:36:33 -0500, Tim Lucia wrote: So is it a bad design if you have Action1 - add CollectionOfObject1 to request Action2 - add Object2 request And then chain

RE: Problem with action chaining

2004-01-01 Thread Ted Husted
: Wednesday, December 31, 2003 4:10 PM To: Struts Users Mailing List Subject: RE: Problem with action chaining On Wed, 31 Dec 2003 12:36:33 -0500, Tim Lucia wrote: So is it a bad design if you have Action1 - add CollectionOfObject1 to request Action2 - add Object2 request And then chain them

RE: Problem with action chaining

2003-12-31 Thread shirishchandra.sakhare
Users Mailing List' Subject: RE: Problem with action chaining We use base forms too but we use sub-forms in both action mappings. It works for us if we use sub-forms with action chaining like this. Our action chains are very minimal though because it is not recommended design practice. Mohan

Re: Problem with action chaining

2003-12-31 Thread Domingo A. Rodriguez S.
Can you post the naughty class source code and the stack trace so we can check the problem better? Regards, Domingo A. Rodriguez S. --- [EMAIL PROTECTED] escribió: Hi, I have a problem with action chaining. My action tag action path=/producerCreate

RE: Problem with action chaining

2003-12-31 Thread Tim Lucia
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 31, 2003 4:04 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Problem with action chaining Hi , As pointed out by Mohan, Action chainning is not a good design practice... You can forward from one action

RE: Problem with action chaining

2003-12-31 Thread Ted Husted
On Wed, 31 Dec 2003 12:36:33 -0500, Tim Lucia wrote: So is it a bad design if you have Action1 - add CollectionOfObject1 to request Action2 - add Object2 request And then chain them together to produce two request attributes? I have some pages which display a list of Object1, and other

RE: Problem with action chaining

2003-12-30 Thread Mohan Radhakrishnan
We use base forms too but we use sub-forms in both action mappings. It works for us if we use sub-forms with action chaining like this. Our action chains are very minimal though because it is not recommended design practice. Mohan -Original Message- From: [EMAIL PROTECTED]