JSF/HTML - Add a java applet to web page programmaticly.
Posted
by Ben
on Stack Overflow
See other posts from Stack Overflow
or by Ben
Published on 2010-05-05T08:27:01Z
Indexed on
2010/05/05
8:38 UTC
Read the original article
Hit count: 233
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 future searches)
Thanks!
P.S - Just to be clear. An example: <h:PanelGroup> would be HtmlPanelGroup as a java object.
© Stack Overflow or respective owner