text « Tag « JSF Q&A





1. Jsf control that format text with html tags    stackoverflow.com

Good morning all. Is there any jsf control that escapes the html tags? Imagine that i have the following string in resources:

text.String=lalala<br/>lelele
and i want to print it on Xhtml file with a simple ...

2. Displaying Default text inside tag:    coderanch.com

Friends: I want to display Default text in . Which gives idea about "What to input in textbox". But the problem is I don't want to use value attribute of tag. Since I am using validation on these textboxes. Is there any other way to set ...

3. Extending JSF input text tag    coderanch.com