orderingList couses XML parsing error in FireFox.
-------------------------------------------------
Key: RF-1382
URL:
http://jira.jboss.com/jira/browse/RF-1382
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.3
Environment: FireFox 2.0.0.9
JSF 1.2
tomcat 6.0
Reporter: Tsikhon Kuprevich
Priority: Critical
It seem that rich:orderingList is rendered incorrectly.
The following code:
<rich:orderingList value="#{listBean.capitals}"
var="capitals">
<f:facet name="header"><f:verbatim>header
facet_1</f:verbatim> </f:facet>
<rich:column>
<h:outputText value="#{capitals.stateFlag}"/>
</rich:column>
</rich:orderingList>
It is displayed only in IE, but with errors on the page. In FireFox it causes xml parsing
error and it's impossible to view the page.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira