Search:

Type: Posts; User: copeg

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    4,001

    Re: saving list of data from JSP into java object

    The answer depends upon how long you wish the data to persist. For session data, just store this as a pojo as a session variable. For longer term, use an EntityBean, persist the data in a database,...
  2. Replies
    4
    Views
    4,001

    Re: saving list of data from JSP into java object

    Its a complete guess without any sort of context...save where? From an HTML form? Have you written a pojo to store all the form data?
Results 1 to 2 of 2