[richfaces-issues] [JBoss JIRA] (RF-13484) Photoalbum: cannot interact with some components in images search result view

Michal Petrov (JIRA) issues at jboss.org
Fri Jan 17 09:56:32 EST 2014


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

Michal Petrov commented on RF-13484:
------------------------------------

There's something wrong with rendering

The reason it's not working is because
{code}
<a4j:outputPanel  id="imagesList">
    <ui:include src="/includes/image/inputNumberSlider.xhtml">
        <ui:param name="renderArea" value="userAlbumImages" />
        <ui:param name="size" value="#{fn:length(result)}" />
    </ui:include>
    <br />
    <br />
    <h:panelGroup id="userAlbumImages">
        <rich:dataGrid …
{code}

is rendered as

{code}
<span id="overForm:j_idt534">
    <div> … </div>
        <br>
        <br>
        <table …
{code}

Meaning the a4j:outputPanel is rendered but without the proper id and the h:panelGroup is not rendered at all (causing the failure as the renderers cannot find the id), similar code is used in other places and it works there.
                
> Photoalbum: cannot interact with some components in images search result view
> -----------------------------------------------------------------------------
>
>                 Key: RF-13484
>                 URL: https://issues.jboss.org/browse/RF-13484
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: examples
>    Affects Versions: 4.3.5
>         Environment: JBoss AS 7.1.1
>            Reporter: Jiří Štefek
>            Assignee: Michal Petrov
>              Labels: photoalbum
>             Fix For: 4.3.5
>
>
> Works on EAP 6.1.

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