Originally posted by Zein Nunna:
Bear - must have caught you on a bad day.
Originally posted by Samuel Lugo:
Alright,
So you have a form, you enter the first and last name, you submit the data to the servlet, and you want the servlet to pick it up from the session...is that correct? I don't know if that's possible. The servlet has to pick up the names as parameters, set them in the bean, and then in the servlet you can put the bean in the session and then pick it up in the JSP that follows from the session, using JSTL if possible.