This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 250060 - Nested datatables in JSF - no access to property
Summary: Nested datatables in JSF - no access to property
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 8.0.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-27 22:10 UTC by max3d
Modified: 2016-07-07 08:56 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description max3d 2015-01-27 22:10:38 UTC
Let me give a small example of a datatable nested inside another one: 

The list on the inner table has returns an object('relative'), but its members('name' in the case) are not displayed. 

<p:datatable value='#bean.personList' var='person'>
<p:column>
    <p:dataTable value='#{person.familyMembers}' var='relative'>
       <p:column>#{relative.name}<p:column>
    </dataTable>
</p:column>
</p:datatable>

So, #{relative.name}  is properly rendered by JSF, but name and other properties are not visible for autocomplete via EL.
Comment 1 Martin Balin 2016-07-07 08:56:19 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss