Per-Populating Form (Take 2)

2001-05-03 Thread Open Source
Hi All, I had previously posted a mail about prepopulating the form before it is presented to the user. My take on this is : 1.ActionForm will have a method called init(HttpServletRequest req). In this init method we can use any request parameters to initilize the form the very first time

Re: Per-Populating Form (Take 2)

2001-05-03 Thread Craig R. McClanahan
On Thu, 3 May 2001, Open Source wrote: Hi All, I had previously posted a mail about prepopulating the form before it is presented to the user. My take on this is : 1.ActionForm will have a method called init(HttpServletRequest req). In this init method we can use any request

RE: Per-Populating Form (Take 2)

2001-05-03 Thread Natra, Uday
my $0.02 thought... Why don't U just inititlaize the form in the ActionHandler? Uday -Original Message- From: Open Source [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 03, 2001 11:27 AM To: [EMAIL PROTECTED] Subject: Per-Populating Form (Take 2) Hi All, I had previously posted