[richfaces-issues] [JBoss JIRA] Created: (RF-1311) PanelMenuGroup: ids encodes wrong

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Thu Nov 8 04:19:44 EST 2007


PanelMenuGroup: ids encodes wrong
---------------------------------

                 Key: RF-1311
                 URL: http://jira.jboss.com/jira/browse/RF-1311
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.0
            Reporter: Ilya Shaikovsky
         Assigned To: Sergey Halipov
             Fix For: 3.2.0


<rich:panelMenuGroup label="123" iconClass="myClass" id="group">
	<rich:toolTip id="tooltip">
		<h:outputText value="toolTip"></h:outputText>
	</rich:toolTip>
...


Tolltip will not be shown....

The reason is - Group isn't encodes element with id like "jid3:group". All the ids has some changed values like "table_jid3:group" etc.. Need to have DOM element with Id defined for such cases! 


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