JSF/HTML - Add a Java applet to web page programmatically.

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 11:18 UTC
Read the original article Hit count: 182

Filed under:
|
|

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 JSF component type to correspond to the <applet> tag.

So My questions are -

  1. What is the JSF component type for an applet?
  2. 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

Related posts about applet

Related posts about html