How do I set the value of HtmlOutputTag in JSF?
- by Nitesh Panchal
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?