[richfaces-issues] [JBoss JIRA] (RF-11702) Collapsible subtable is not addressed correctly via #{rich:element(cstid)}

Andrey Sisoyev (Updated) (JIRA) jira-events at lists.jboss.org
Wed Nov 16 05:30:42 EST 2011


     [ https://issues.jboss.org/browse/RF-11702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrey Sisoyev updated RF-11702:
--------------------------------

    Workaround Description: #{rich:element('myid')}.parentId  (was: #{rich:element(cstid)}.parentId)
               Description: 
Collapsible subtable parses into HTML:
<tbody id="blablabla:myid:c" class="rf-cst"><tr style="display: none;" id="blablabla:myid"><td></td></tr>...

And #{rich:element('myid')} gives me tr object, instead of tbody, so I have to use workaround: #{rich:element('myid')}.parentId


  was:
Collapsible subtable parses into HTML:
<tbody id="blablabla:myid:c" class="rf-cst"><tr style="display: none;" id="blablabla:myid"><td></td></tr>...

And #{rich:element(cstid)} gives me tr object, instead of tbody, so I have to use workaround: #{rich:element(cstid)}.parentId



    
> Collapsible subtable is not addressed correctly via #{rich:element(cstid)}
> --------------------------------------------------------------------------
>
>                 Key: RF-11702
>                 URL: https://issues.jboss.org/browse/RF-11702
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 4.0.0.Final
>            Reporter: Andrey Sisoyev
>
> Collapsible subtable parses into HTML:
> <tbody id="blablabla:myid:c" class="rf-cst"><tr style="display: none;" id="blablabla:myid"><td></td></tr>...
> And #{rich:element('myid')} gives me tr object, instead of tbody, so I have to use workaround: #{rich:element('myid')}.parentId

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

        


More information about the richfaces-issues mailing list