[
https://jira.jboss.org/jira/browse/JBSEAM-4597?page=com.atlassian.jira.pl...
]
Daniel Wachter updated JBSEAM-4597:
-----------------------------------
Description:
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)
The received problem is, that the trinidad table is not sortable neither pageable.
If we replace the label of the <s:enumItem /> with one without german umlaut
characters, the problems are gone.
Facelets:
---------------------------------------------
<h:selectOneRadio id="selection"
value="#{deviceChooserAction.deviceSelectionAction}" >
<s:convertEnum />
<s:enumItem label="#{messages.lbl_allDevices}"
enumValue="SELECTALL"/>
</h:selectOneRadio>
ResourceBundle:
---------------------------------------------
lbl_allDevices = Alle Ger\u00E4te
was:
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>
<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)
The received problem is, that the trinidad table is not sortable neither pageable.
If we replace the label of the <s:enumItem /> with one without german umlaut
characters, the problems are gone.
Facelets:
---------------------------------------------
<h:selectOneRadio id="selection"
value="#{deviceChooserAction.deviceSelectionAction}" >
<s:convertEnum />
<s:enumItem label="#{messages.lbl_allDevices}"
enumValue="SELECTALL"/>
</h:selectOneRadio>
ResourceBundle:
---------------------------------------------
lbl_allDevices = Alle Ger\u00E4te
--
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