How do I insert non breaking space character   in a JSF page?

Solution 1:

this will work

<h:outputText value="&#160;" />

Solution 2:

Putting the HTML number directly did the trick for me:

&#160;