Problems in JSP : Need help
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, nd 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: