servlets can share data using 1. Session Object 2. ServletContext Object. Moreover if the data is in your request object you can forward this object to another servlet using RequestDispatcher object.
-----Original Message----- From: A mailing list for discussion about Sun Microsystem's Java Servlet API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Oliver Wong Sent: Monday, October 15, 2001 2:53 PM To: [EMAIL PROTECTED] Subject: Pass variabel between servlets Please give me a suggestion, how can I pass a lot of variable from servlet A to servlet B? Because I don't want pass the variable by using hidden field. Thank you! ___________________________________________________________________________ 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 ___________________________________________________________________________ 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
