Title: 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