How do I set the value of HtmlOutputTag in JSF?

Posted by Nitesh Panchal on Stack Overflow See other posts from Stack Overflow or by Nitesh Panchal
Published on 2010-03-13T18:59:24Z Indexed on 2010/03/13 22:35 UTC
Read the original article Hit count: 224

Filed under:
|
|

Hello,

I want to dynamically create controls in my bean. I am using JSF 2.0

HtmlOutputTag objHtmlOutputTag = new HtmlOutputTag();

Now which property of HtmlOutputTag should I set to set the content of HtmlOutputTag?

© Stack Overflow or respective owner

Related posts about java

Related posts about jsf