[richfaces-issues] [JBoss JIRA] Created: (RF-1680) Menu: invalid entity  

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Wed Dec 19 04:16:44 EST 2007


Menu: invalid entity  
---------------------------

                 Key: RF-1680
                 URL: http://jira.jboss.com/jira/browse/RF-1680
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.0
         Environment: FF
            Reporter: Nick Belaevski
         Assigned To: Sergey Halipov
             Fix For: 3.2.0


XML Parsing Error: undefined entity
Location: http://localhost:8080/richfaces-demo/simplePanel.jsf
Line Number 13, Column 2600:

<div class="dr-menu-list-strut rich-menu-list-strut"><div class="dr-menu-list-strut rich-menu-list-strut" width="1" height="1" style="">&nbsp;</div>


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<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:rich="http://richfaces.org/rich" 
            xmlns:a4j="http://richfaces.org/a4j">
  <html>
    <head></head>
    <body>
      <a4j:form>
        <a4j:commandButton value="a4j:commandButton outside rich:dropDownMenu " 
                      oncomplete="javascript:Richfaces.showModalPanel('testPanel');" />
      </a4j:form>
      <a4j:form>
        <rich:dropDownMenu>
            <f:facet name="label">
                <h:outputText value="dropDownMenu" />
            </f:facet>
          <rich:menuItem>
            <a4j:commandButton id="testModal2" 
                            value="a4j:commandButton inside rich:dropDownMenu" 
                       oncomplete="javascript:Richfaces.showModalPanel('testPanel');" />
          </rich:menuItem>
        </rich:dropDownMenu>
      </a4j:form>
      
      <!-- Modal to open -->
      <rich:modalPanel id="testPanel">
        <f:facet name="header"> </f:facet>
        <f:facet name="controls">
        <h:graphicImage value="http://livedemo.exadel.com/richfaces-demo/images/modal/close.png" 
                      onclick="Richfaces.hideModalPanel('testPanel')" />
        </f:facet>
      </rich:modalPanel>
      
      <!-- Please Wait Modal -->
      <a4j:status onstart="Richfaces.showModalPanel('ajaxLoadingModalBox')" 
                   onstop="Richfaces.hideModalPanel('ajaxLoadingModalBox')" />
      <rich:modalPanel id="ajaxLoadingModalBox" 
                   zindex="20000">
       ajaxLoadingModalBox
      </rich:modalPanel>
    </body>
  </html>
</ui:composition>




-- 
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

        



More information about the richfaces-issues mailing list