[richfaces-issues] [JBoss JIRA] Created: (RF-3185) tooltip: doesn works attached to parent input

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Tue Apr 22 09:03:44 EDT 2008


tooltip: doesn works attached to parent input
---------------------------------------------

                 Key: RF-3185
                 URL: http://jira.jboss.com/jira/browse/RF-3185
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.1
            Reporter: Ilya Shaikovsky
         Assigned To: Nick Belaevski
             Fix For: 3.2.1


			<h:inputText id="myinput" value="#{userBean.name}">
				<rich:toolTip id="tt">
					<h:outputText value="tip"/> 
				</rich:toolTip> 
				
			</h:inputText>
			<h:panelGroup id="test">
				<h:outputText value="Test"/> 
				<rich:toolTip id="tt1">
					<h:outputText value="tip1"/> 
				</rich:toolTip>
			</h:panelGroup>

Second one works fine while first one - doesn't works.

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