This e-mail is intended solely for the addressee.  If you are not the
intended recipient of this message, you must not read, use or
disseminate the information.
******************************** NOTE *******************************


Is there a way to paint an applet from a servlet and pass it a java
object  as a parameter (no string parameters) ?

I'm building some information through a set of html-forms and servlets
using session objects.  At the end, once I have all the needed
information, from one of my servlets, I'd like to deploy an applet and
pass to it all the information that I've gathered (from html-forms
with servlets) as objects.  I know, it's possible to paint an applet
tag and specify some parameters or initial parameters inside the
applet tags, but those are just strings, whereas, I want to pass
instances of java objects as parameters into the applet.  I could
probably paint the applet (with no params), which will open an
URLConnection to one of the servlets and receive the needed objects
from the servlet over the connection.  But, I already have the object
available in the servlet (from the http session object) and I just
want to pass it to the applet without having the applet specifically
make an extra trip to the server and ask for the object parameter from
the servlet.

Is this possible ?  Any ideas or solutions would be greatly
appreciated.

Thanks,




*************************** IMPORTANT NOTE ***************************
The opinions expressed in this message and/or any attachments are
those of the author and not necessarily those of Brown Brothers
Harriman & Co., its subsidiaries and affiliates ("BBH").  There is no
guarantee that this message is either private or confidential, and it
may have been altered by unauthorized sources without your or our
knowledge.  Nothing in the message is capable or intended to create
any legally binding obligations on either party and it is not intended
to provide legal advice.  BBH accepts no responsibility for loss or
damage from its use, including damage from virus.

___________________________________________________________________________
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