How do I insert a non breaking space character in JSF page like I can in HTML using ? Is there such a tag in JSF?
this will work
<h:outputText value=" " />
2.1m questions
2.1m answers
60 comments
57.0k users