[richfaces-issues] [JBoss JIRA] Updated: (RF-3603) <rich:menuItem /> renders corrupt XML

cbonami (JIRA) jira-events at lists.jboss.org
Fri May 30 11:42:09 EDT 2008


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

cbonami updated RF-3603:
------------------------

    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)  (was: Mac OS X 10.5.2; JBoss Developer Studio 1.1; Firefox/Safari; Facelets)

> <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
>             Fix For: 3.2.1
>
>
> 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

        



More information about the richfaces-issues mailing list