Title: Pre populating a Form Bean
Jsp1 and jsp2 use different forms and different data.
-----Original Message-----
From: Tharwat Abdul-Malik [mailto:[EMAIL PROTECTED]]
Sent: Sunday, April 15, 2001 1:06 AM
To: [EMAIL PROTECTED]
Subject: Re: Pre populating a Form Bean

Assuming that jsp2 will use the same data in the formBean, just stuff it in the request object in the perform method. Then jsp2 can use the bean.
----- Original Message -----
Sent: Saturday, April 14, 2001 12:16 PM
Subject: Pre populating a Form Bean


I want to pre-populate a formBean in this scenario.

Jsp1 --> Jsp2

When I process the data of jsp1 using form1 in the perform method how do I set the form2 attributes .. so that the jsp2 is displayed with preloaded data.

Can any body guide in this ??

Reply via email to