Netbeans 5.5 + VWP and Object List Data Provider
Hi there.
I'm trying to build an Object List Data Provider as in fieldguide_08_dataProviders.
I'm using Netbeans 5.5 + VWP
When I try to "Configure the Table" on page 360, there are some difference.
When I select Object List Data Provider and drop it on the Table component opens an unexpected choose for the target, then I choose tableRowgroup1.
The JSP souce don't change and is still
<ui:tableRowGroup binding="#{Schedule.tableRowGroup1}" id="tableRowGroup1" rows="10"
sourceData="#{Schedule.defaultTableDataProvider}" sourceVar="currentRow">
When I select objectListDataProvider1 the drop down opposite property list doesn't work. The button opens a selection window with no items.
Regards.

