Hi, I'm trying to build a web-based application using struts. This application uses applet and/or jsp to display information.
I manage to create an applet to connect (URL.openConnection) to Action Servlet in Struts and get back data in string (using DataInputStream). But I still not sure how to achieve the following: Applet --> Action Servlet -->Applet--->jsp(with data) After the applet is done, I would like to flow to the next JSP using ActionForm. I do that all the time with JSP but I sure how to do with Applet if Applet have not concept of Context. I wonder is it probable to make use ActionForm in Applet. It will be nice if someone can give me some sample coding to understand the whole process. Thanks Fanny _________________________________________________________________ Join the world�s largest e-mail service with MSN Hotmail. http://www.hotmail.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

