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

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


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(cstid)} gives me tr object, instead of tbody, so I have to use workaround: #{rich:element(cstid)}.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