[
https://issues.jboss.org/browse/RF-12554?page=com.atlassian.jira.plugin.s...
]
Jiří Štefek commented on RF-12554:
----------------------------------
Attached a project created from archetypes.
I was not able to reproduce this bug neither using tooltip in composite component placed
in a4jRepeat or uiRepeat nor using composite component containing tooltip placed in
a4jRepeat.
Tried in: Firefox 29, Glassfish 3.1.2.2, RF 4.1.6.
[~randhawag] could you, please, try the attached project if it works for you? Or could you
improve the project so it will reflect your problem? What container (Jboss EAP,
Tomcat...), JSF version and browser do you use?
<rich:tooltip> in a <ui|a4j:repeat> doesn't work in
composite components
------------------------------------------------------------------------
Key: RF-12554
URL:
https://issues.jboss.org/browse/RF-12554
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 4.2.3.Final
Reporter: Bojan Antonovic
Assignee: Jiří Štefek
Priority: Minor
Attachments: RF-12554.zip
To make it work, you have to write once the dummy
{code}
<rich:panel><rich:tooltip><!--bla--></rich:tooltip></rich:panel>
{code}
then you can use as often as you wish:
{code}
<ui:repeat>
<rich:tooltip> ...
</ui:repeat>
{code}
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)