<s:enumItem /> with german umlaut and trinidad table
----------------------------------------------------
Key: JBSEAM-4597
URL:
https://jira.jboss.org/jira/browse/JBSEAM-4597
Project: Seam
Issue Type: Bug
Environment: Debian Linux 2.6, JBoss Seam 2.2.0 GA, Trinidad 1.2.13
Reporter: Daniel Wachter
We got some problems on using a trinidad table with some seam <s:enumItem /> on the
same page, if the label of the enumItem contains german umlaut characters.
(retrieved from the messagebundle)
Facelets:
---------------------------------------------
<h:selectOneRadio id="selection"
value="#{deviceChooserAction.deviceSelectionAction}" >
<s:convertEnum />
<s:enumItem label="#{messages.lbl_allDevices}"
enumValue="SELECTALL"/>
</h:selectOneRadio>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira