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

Tatyana Romanovich (JIRA) jira-events at lists.jboss.org
Wed Aug 13 10:17:41 EDT 2008


     [ https://jira.jboss.org/jira/browse/RF-3603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tatyana Romanovich closed RF-3603.
----------------------------------



> <rich:menuItem /> renders corrupt XML
> -------------------------------------
>
>                 Key: RF-3603
>                 URL: https://jira.jboss.org/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
>            Assignee: 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: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list