Repopulating a form after an error in Validate

2003-01-06 Thread Samir Shah
Hi I have a very frustrating problem. I have a form where I use a bean to prefill a form with a record, the data for which is obtained from a Javabean in the request object. Once a user is completed, I use the validate functionality in the ActionForm to see if the required fields were entered.

RE: Repopulating a form after an error in Validate

2003-01-06 Thread Sri Sankaran
-Original Message- From: Samir Shah [mailto:[EMAIL PROTECTED]] Sent: Monday, January 06, 2003 9:23 AM To: [EMAIL PROTECTED] Subject: Repopulating a form after an error in Validate Hi I have a very frustrating problem. I have a form where I use a bean to prefill a form

Re: Repopulating a form after an error in Validate

2003-01-06 Thread Rick Reumann
On Monday, January 6, 2003, 9:23:04 AM, Samir wrote: SS The problem is when the user is sent back to SS the input screen on error, it is not finding the SS required Javabeans in the request object and is SS failing to create the form with the data. I know we started working on this on Friday.

Re: Repopulating a form after an error in Validate

2003-01-06 Thread Samir Shah
Ok, here are the relevant pieces of information !-- Step 1 Action, this takes you to form to edit -- actionpath=/gotoStep1 type=com.fdl.quoteweb.GotoStep1Action scope=request validate=true input=/quoteweb/welcome.jsp

Re[2]: Repopulating a form after an error in Validate

2003-01-06 Thread Rick Reumann
On Monday, January 6, 2003, 10:46:10 AM, Samir wrote: SS Ok, here are the relevant pieces of information SS !-- Step 1 Action, this takes you to form to edit -- SS actionpath=/gotoStep1 SStype=com.fdl.quoteweb.GotoStep1Action SSscope=request