Inplace: XML Parsing error - undefined entity
---------------------------------------------
Key: RF-5408
URL:
https://jira.jboss.org/jira/browse/RF-5408
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: FF2
Reporter: Nick Belaevski
Assignee: Anton Belevich
Fix For: 3.3.0
XML Parsing Error: undefined entity
Location:
http://nakago:7001/demo/faces/pages/resources.xhtml
Line Number 31, Column 121:
<ui:composition
xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:rich="http://richfaces.org/rich">
<html>
<body>
<h:form>
<rich:inplaceInput />
<rich:inplaceSelect>
<f:selectItem itemLabel="1" itemValue="1" />
<f:selectItem itemLabel="2" itemValue="2" />
<f:selectItem itemLabel="3" itemValue="3" />
<f:selectItem itemLabel="4" itemValue="4" />
</rich:inplaceSelect>
</h:form>
</body>
</html>
</ui:composition>
--
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