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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to