I think I've hit a dead end with what I want to achieve as my solution
requires that the label for an input text not be escaped which will mess up
my skinning and I don't think this is even supported.
What I want to do is simply output a currency symbol as part of the label of
a tr:inputtext. The symbol needs to be read from a bean that gets its values
from a property file. This appears to work fine and my component looks
something like...
<tr:inputText label="#{label} #{aa:currencySymbol()}" value="#{value} ...
I'm using an EL expression to determine the currency.
The problem occurs when I want to define a EURO symbol. If I define the
symbol in the property file using the windows Character map, myeclipse
refuses to save the file complaining about character sets. So I thought I'd
define the symbol using the html code: € which works fine except that
the trinidad label part of inputtext escapes it and outputs &'#8364;
Does anyone have an idea how i can achieve this? I need to have the label
and symbol as part of the label so it lines up in a panelformlayout.
--
View this message in context:
http://www.nabble.com/-trinidad--escape%3D%22false%22-for-form-component-labels-tp14394210p14394210.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.