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.

[766 byte] By [nick091a] at [2007-11-26 12:42:36]
# 1
I did a mistake. The unexpected choose for the target is because of a wrong selection.I have the problem with correct selection too.I tried JSC 2U1, and the problem is the same.
nick091a at 2007-7-7 16:17:25 > top of Java-index,Development Tools,Java Tools...
# 2
A better resource is http://developers.sun.com/prodtech/javatools/jscreator/learning/tutorials/2/hib ernate.html#object in conjunction with http://blogs.sun.com/LongLiveThePepper/entry/using_netbeans_visual_web_pack
jetsonsa at 2007-7-7 16:17:25 > top of Java-index,Development Tools,Java Tools...
# 3
It works.Thanks
nick091a at 2007-7-7 16:17:25 > top of Java-index,Development Tools,Java Tools...
# 4
Also, if you want to use the Object Array Data Provider, here is a tutorial for that: http://blogs.sun.com/divas/entry/using_the_object_array_data
jetsonsa at 2007-7-7 16:17:25 > top of Java-index,Development Tools,Java Tools...