Hmmm... I am not sure if you can do this, to include an Applet in your Servlet form. If you have data in your Applet that you need to pass it in the Servlet/JSP page, you can do it by creating a URLConnection, calling the Servlet through this URLConnection and passing the data to the Servlet using POST or GET. Then you can have a hidden field in your form that contains the values passed by the Applet.
I am not sure if this is what you are asking though.
Main Topics
Browse All Topics





by: CEHJPosted on 2002-04-29 at 07:19:35ID: 6977441
What do mean by the 'value' of the applet?