[
https://issues.jboss.org/browse/RF-10833?page=com.atlassian.jira.plugin.s...
]
Luca Nardelli commented on RF-10833:
------------------------------------
Output text children needs
{code:xml}
<context-param>
<param-name>com.sun.faces.allowTextChildren</param-name>
<param-value>true</param-value>
</context-param>
{code}
rich:tooltip doesn't work inside h:outputText
---------------------------------------------
Key: RF-10833
URL:
https://issues.jboss.org/browse/RF-10833
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 4.0.0.Final
Environment: richfaces-4.0.0.Final, myfaces-2.0.5-SNAPSHOT,
mojarra-2.1.1-b03,tomcat-7.0.11
Reporter: Rene O
Assignee: Ilya Shaikovsky
If I use rich:tooltip inside h:outputText it doesn't show up. But inside a
commandlink it works for example.
This doesn't work:
<h:outputText value="testvalue" >
<rich:tooltip>testtooltiptext</rich:tooltip>
</h:outputText>
But this works:
<a4j:commandLink value="testlink" ...>
<rich:tooltip>testtooltiptext</rich:tooltip>
</a4j:commandLink>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira