Hi all, I have the following problem when using clay components:
I want to create a simple form with a label and an input. The input have an
accesskey, so I want to make a letter from the label underscored. My code looks
like this:
...
<component jsfid="name" extends="outputLabel">
<set name="value" value="#{messages['name']}"/>
<set name="escape" value="false"/>
</component>
...
and my resource boundle have an entry with the right html code:
...
name=<u>N</u>ame
...
The problem is that clay resolves with an HTML that shows literally
"<u>N</u>name" (<N ..) instead of underscore N.
I'm using the last nightly version of shale.
Thanks in advance.
drh.