put it in the httpsession variables seperated by some encoding say key::value:~:key::value. then get the thing. in the second servlet get the session variable and split it using :~: you get the name/value pair. split each of this using :: and here you go...
bingo.. guru -----Original Message----- From: Oliver Wong [mailto:[EMAIL PROTECTED]] Sent: 15 October 2001 10:23 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
