[richfaces-issues] [JBoss JIRA] (RF-12554) <rich:tooltip> inside <ui:repeat> doesn't work without a dummy usage outside

Brian Leathem (JIRA) jira-events at lists.jboss.org
Fri Oct 26 16:16:02 EDT 2012


    [ https://issues.jboss.org/browse/RF-12554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729565#comment-12729565 ] 

Brian Leathem commented on RF-12554:
------------------------------------

This is probably because the JS resources are not gettng loaded when it's in the ui:repeat.

[~bojanantonovic] can you check two things:
# are there any errors in the javascript error console?
# any change in behaviour if you use a4j:repeat instead?
                
> <rich:tooltip> inside <ui:repeat> doesn't work without a dummy usage outside
> ----------------------------------------------------------------------------
>
>                 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
>            Priority: Minor
>              Labels: waiting_on_user
>
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list