[ http://jira.jboss.com/jira/browse/RF-3603?page=all ]

Nick Belaevski resolved RF-3603.
--------------------------------

    Resolution: Duplicate Issue
      Assignee: Tsikhon Kuprevich

> <rich:menuItem /> renders corrupt XML
> -------------------------------------
>
>                 Key: RF-3603
>                 URL: http://jira.jboss.com/jira/browse/RF-3603
>             Project: RichFaces
>          Issue Type: Bug
>         Environment: Mac OS X 10.5.2; JBoss Developer Studio 1.1; 
> Firefox/Safari; Facelets; JBoss 4.2.2 (I guess... it's the one that ships 
> with JBoss Developer Studio 1.1)
>            Reporter: cbonami
>         Assigned To: Tsikhon Kuprevich
>
> A question-mark is rendered instead of an 'm':
>       rich-?enu-item-icon-selected
> XML/Javascript:
>       $('j_id2:j_id6:icon').className='dr-menu-icon dr-menu-icon-selected 
> rich-menu-item-icon rich-?enu-item-icon-selected ';
> My code (very standard, nothing special):
> <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";>
>       <h:form>
>               <rich:toolBar>
>                       <rich:toolBarGroup>
>                               <rich:dropDownMenu value="Menu">
>                                       <rich:menuItem value="SubMenu">
>                                       </rich:menuItem>
>                               </rich:dropDownMenu>
>                       </rich:toolBarGroup>
>               </rich:toolBar>
>       </h:form>
> </ui:composition>
> The result is that the browser complains about malform XML. This is a very 
> weird problem. I am using Richfaces 3.2.1.GA.
> I have no clue how to resolve this issue.

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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to