cheers!
works fine..

Eurig

Dennis Byrne wrote:

try escape=false in the outputText element.

---- Original message ----
Date: Mon, 28 Nov 2005 10:33:56 +0000
From: Eurig Jones <[EMAIL PROTECTED]> Subject: &nbsp; in commandLink To: MyFaces Discussion <[email protected]>

how would I go about using an &nbsp; in a <h:commandLink>?

currently...
<h:commandLink actionListener="#{data.viewHistory}">
  <h:outputText value="set&nbsp;returned" />
</h:commandLink>
outputs the texted version of &nbsp;. and if i remove the
<h:outputText>
alltogether and replace with just text, the link doesn't
work...
any ideas?

Dennis Byrne

Reply via email to