I'm building a web application with JSF and ICEFaces. Now I've integrated a Java Applet into one of the JSF pages.
The Question is, how can I pass information stored in the backing bean to the applet? I don't think that I neeed a bidirectional communication. I'm collection data using ICEFaces input components. For instance, hitting a button is then to cause the applet to reload with the newly collected data.
Thanks