What, exactly, do you mean by "send information"? What is the target of this sending - an HTTP-addressable portal page? The portal page in which the applet is embedded? Something else? What is being sent?
I have an applet form embedded in portlet, and when I submit the form, it should pass through portlet.
Thanks in advance.
-Sri
narendra dwfs
Greenhorn
Joined: Jun 15, 2010
Posts: 1
posted
0
You can get the values into the form when you submit the form
by just using java script.
an applet can call the javascript methods and also
send data to javascript methods as a parameters.
in javascript you can set the value to the textboxes.
Daniel Breitner
Ranch Hand
Joined: Nov 13, 2008
Posts: 70
posted
0
It is possible.
Portlet -> Applet: Use Applet parameters.
Applet -> Portlet: Use Netscape javascript libraries to call jsvascript functions that take the parameters
Daniel Breitner
Ranch Hand
Joined: Nov 13, 2008
Posts: 70
posted
0
This is how you do applet - portlet communication :