java applets and jsp

I have an applet for example

<applet height="50" width="500" archive="applets.jar" codebase="applets/" code="MyApplet.class" name="MyApplet">

<param name="param1" value="data1"/>

</applet>

I want the applet to manipulate the parameter param1 which is fine.

String strData = getParameter("param1");

now I want to return a result so that I can use it in the jsp page. Does anyone know how you go about this. There isn't a setParameter for example.

Thanks,

[739 byte] By [Crispsa] at [2007-11-27 11:44:56]
# 1

Some info here.:

http://forum.java.sun.com/thread.jspa?threadID=526144&messageID=2524030

http://forum.nextapp.com/forum/lofiversion/index.php/t2368.html

skp71a at 2007-7-29 17:58:55 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

some information in another forum

http://forum.nextapp.com/forum/lofiversion/index.php/t2368.html

drvijayy2k2a at 2007-7-29 17:58:55 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...