954,510 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

javabeans and jsp

]i am entering some fields in a jsp page and storing it in a session bean.how do i store this information in the form of a linked list so that when i go back to the previous page and enter sme other values for the field ,it should be appended to the list.

wasimraza
Newbie Poster
1 post since Nov 2006
Reputation Points: 10
Solved Threads: 0
 

First, the term "session bean" is reserved for a specific class of Enterprise Java Beans, or EJB.
I doubt you're referring to those.

Java has a built-in LinkedList type, simply store an instance of that in the Http session and add to it.

jwenting
duckman
Team Colleague
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You