Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Java (https://www.askmehelpdesk.com/forumdisplay.php?f=440)
-   -   Display data in next jsp page (https://www.askmehelpdesk.com/showthread.php?t=181272)

  • Feb 7, 2008, 12:44 AM
    am17mu
    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:
  • Jul 8, 2009, 11:05 PM
    archleader
    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.

  • All times are GMT -7. The time now is 08:56 PM.