Can you give me a example?
Thank you!




                    "Raghupathy, Gurumoorthy"
                    <[EMAIL PROTECTED]        To:     
[EMAIL PROTECTED]
                    -INTL.COM>                            cc:
                    Sent by: "A mailing list for          Subject:     Re: Pass 
variabel between servlets
                    discussion about Sun
                    Microsystem's Java Servlet API
                    Technology."
                    <[EMAIL PROTECTED]
                    >


                    15-10-2001 05:47 PM
                    Please respond to "A mailing
                    list for discussion about Sun
                    Microsystem's Java Servlet API
                    Technology."





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

___________________________________________________________________________
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