Log in

View Full Version : Display data in next jsp page


am17mu
Feb 7, 2008, 12:44 AM
I want to display a set of data in a jsp page . On one jsp page , I select one date
This date is present in a form, and it is passed onto a servlet file from where, a database query is accessed
This query compares the date entered by user, and that date present in a database table
Then, selects other relevant data, and is stored in a bean
This bean is now added to an ArrayList from this ArrayList, using a for loop, I display those data in the next page.

But I can't do this.. please let me know.. what is the exact procedure... this is an emergency situation for me... so I will be looking for a quick reply...

Thanks :confused:

archleader
Jul 8, 2009, 11:05 PM
Hi,
You can keep that data in session object as an attribute which will be available to you through the pages you are in sesion.
Contact me if your problem is solved or not.