Re: Form Bean population

2005-11-17 Thread Laurie Harper
Marcio Ghiraldelli wrote: I need to populate a a form-bean with a collection for an instance. Wich is the better place to do it: 1) Into the form-bean reset() method or 2) In an Action before the jsp call The recommended place to do it is in an action, though some do prefer

RE: form bean population confusion

2005-10-04 Thread croffman rhenv
k You. Croff From: "rahul" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: "Struts Users Mailing List" Subject: RE: form bean population confusion Date: Mon, 03 Oct 2005 10:25:15 +0530 see inline comments # > -Original Messag

RE: form bean population confusion

2005-10-02 Thread rahul
see inline comments # > -Original Message- > From: croffman rhenv [mailto:[EMAIL PROTECTED] > Sent: Saturday, October 01, 2005 8:41 PM > To: user@struts.apache.org > Subject: RE: form bean population confusion > > > Thanks for the reply. > > 1. Loo

RE: form bean population confusion

2005-10-01 Thread croffman rhenv
t;Struts Users Mailing List" Sent: Friday, September 30, 2005 9:35 AM Subject: RE: form bean population confusion I am not sure, what you want to show on jsp2 but let me try.. you said you want to submit some DATA from PAGE 1 then retrieve some info from database and show that data in PAG

RE: form bean population confusion

2005-09-30 Thread rahul
I am not sure, what you want to show on jsp2 but let me try.. you said you want to submit some DATA from PAGE 1 then retrieve some info from database and show that data in PAGE 2 But the mapping you shown is not correct for that follow these steps 1. Create a mapping for action1 which does not t