Hi all,

As everybody knows the putValue/getValue have been deprecated for Servlet
2.1. The question is what I have to do in order to change the Servlet/jsp
page I have in my site? The current functionality of my Servlet is described
as follows:

1. Receives the request from a client and creates/initialize some JavaBeans
(with information from the DB);
2. Save the Beans into the session context (putValue);
2. Redirect the call to a specific JSP (in accordance with the client);
3. JSP retrieves the object from the session (getValue);
5. Display the information (from the DB) in HTML format.

Thanks for any comments/suggestions.

Regards,
Leonardo

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to