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 102408 - table layout only does not show all data providers
Summary: table layout only does not show all data providers
Status: CLOSED WONTFIX
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Winston Prakash
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-25 00:07 UTC by _ hlu
Modified: 2007-04-25 00:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ hlu 2007-04-25 00:07:08 UTC
build 200704241200:

Steps:
1. Create a project(web+visual web)
2. add a table to the page1.
3. bind the table with a persistence entity array, which is a attribute added in
SessionBean1.
4. deploy/run the application and it works fine.
5. Back to design view, click the table component and do table layout. 
Observe: defaultTableDataProvider is not shown in the Table layout - Get Data
From combo box.
Workaround: drag & drop a table component from palette and then do table layout.
Comment 1 Winston Prakash 2007-04-25 00:15:03 UTC
This is by design. When a table component is added a default table data provider
is created just to show some dummy data. When the table is bound to some data
then this dummy data is removed. If you have two tables and one is bound to the
default table data provider and the other to some other, then the default data
provider is not removed.
Comment 2 _ hlu 2007-04-25 00:39:40 UTC
close the issue.