How do i set the value of HtmlOutputTag 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 19:05 UTC
Read the original article Hit count: 189

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