Display data in next jsp page
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: