JSF/HTML - Add a java applet to web page programmaticly.
- by Ben
Hi,
Theres a web page i'm making which content is very dynamic and so I'm building it from inside the backing bean.
I would like to add a java applet to the web page but I could not find the Java Object to correspond to the <applet> tag.
So My questions are -
What is the JAVA Object for an applet?
How did you find it? (For similar…