Re: Fwd: Re: Populating multiple forms from one action class

2002-12-05 Thread Curtney Jacobs
t; -- Forwarded Message ------ > > Subject: Re: Populating multiple forms from one action class > Date: Wed, 4 Dec 2002 23:42:14 + > From: Curtney Jacobs <[EMAIL PROTECTED]> > To: "Craig R. McClanahan" <[EMAIL PROTECTED]> > > Greetings Craig!! > >

Fwd: Re: Populating multiple forms from one action class

2002-12-05 Thread Curtney Jacobs
Sorry, this is for everyone too. _CJ -- Forwarded Message -- Subject: Re: Populating multiple forms from one action class Date: Wed, 4 Dec 2002 23:42:14 + From: Curtney Jacobs <[EMAIL PROTECTED]> To: "Craig R. McClanahan" <[EMAIL PROTECTED]> Gree

Re: Populating multiple forms from one action class

2002-12-01 Thread Craig R. McClanahan
ED]> > Subject: Re: Populating multiple forms from one action class > > Greetings!! > > I understand what you are saying. However, I was thinking that it might be > possible to pre-populate the ActionForms with a generic action class (not > tied to any particular form) and pu

Re: Populating multiple forms from one action class

2002-11-29 Thread Curtney Jacobs
Greetings!! I understand what you are saying. However, I was thinking that it might be possible to pre-populate the ActionForms with a generic action class (not tied to any particular form) and put them in the current session. The following is an excerpt from "Mastering Jakarta Struts" that

RE: Populating multiple forms from one action class

2002-11-29 Thread Sven Frederik Pohl
Hi Curtney, The forms could only be populated if the form data is send via the HTTP request. that only happens if the there is only one enclosing HTML form. Since (as far as I know) the Tag is bound to exact one HTML form, I don't think that this is possible. You could possibly inherit one ove