Hi,
html form or JSP -> controller servlet -> actual handler servlet with
business logic -> session -> next JSP.

All you have to do is read the form data in your servlet and put it into a
bean, say details bean. Put the bean into the session and redirect to the
un-related JSP page. The JSP page populates itself with data from the bean
via the session.

HTH,
        Anil

--------------------------------------------
Anil Colin Lobo
Aztec Software, Inc.
Web: http://www.aztecsoft.com

-----Original Message-----
From: A mailing list for discussion about Sun Microsystem's Java Servlet
API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of
Steven Ingram
Sent: Tuesday, October 24, 2000 11:25 AM
To: [EMAIL PROTECTED]
Subject: Sound familiar?


Dear list,


        Does anyone know how one might go about obtaining information from a
web page via a servlet or JSP?  I have a page that walks a person through a
small program that allows the user to gain a small list of numbers, from a
database, for ordering information.  I need to transfer these numbers from
the mentioned page to a completely unrelated page.  Is this possible?  Has
anyone ever ran across this problem before?  I would appreciate any help
that anyone can offer.

Thank you for you time and consideration
Steven Ingram

___________________________________________________________________________
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