Is there a way to put data form a jsp to a form field?
Karthik Rallapalli
Greenhorn
Joined: Jul 01, 2004
Posts: 13
posted
0
Is there a way to put data from a jsp to a form field?.I am getting a session attribute form another jsp page.Depending on the session attribute which is a primary key to the database,I 'll have to query the database and fill in the form fields.Is there i can do this without going through the bean?