5 Replies Latest reply on Oct 5, 2009 9:00 AM by trunikov

    xmlParseEntityRef: no name in Chrome and Safari

      Hi ALL!
      I faced with issue of component rich:pickList in browsers Chrome and Safari.
      It seems like a problem with escaping.
      Code snippet:

      <rich:pickList showButtonsLabel="false" disabled="true"
       listsHeight="20em"
       sourceListWidth="20em"
       targetListWidth="20em"
       listClass="rich-picklist-nomargin" >
       <f:selectItem itemLabel="P & G" />
      </rich:pickList>
      


      The browsers complain:
      error on line XXX at column YYY: xmlParseEntityRef: no name


      I've tried different combinations of attributes itemLabel and escape in the tag f:selectItem without success.
      Is this a bug or is there any solution?

      Thanks in advance.