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 98829

Summary: Removing the underlying binding can make components invisible in web browser after deployment
Product: obsolete Reporter: _ alexpetrov <alexpetrov>
Component: visualwebAssignee: Winston Prakash <wjprakash>
Status: NEW ---    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description _ alexpetrov 2007-03-23 17:45:50 UTC
Java(TM) SE Runtime Environment (build 1.6.0-rc-b99)
Java HotSpot(TM) Client VM (build 1.6.0-rc-b99, mixed mode)

NetBeans IDE release: NetBeans 6.0 build #200703191900
VWP builds:           6.0 #070319_20

OS: WinXP

1. Create a new VWP project and open Page1.
2. Connect with Derby DB "Travel" and then expand its subnode "Tables".
3. Drag from the palette Basic and drop on Design View of Page1 the following
component (top-down !!!): Drop Down List, Table, Text Field.
4. Drag the table "HOTEL" and drop it on the component Drop Down List on Design
View.
5. Select the main menu item "Tools > Java DB Database > Stop Java DB Server"
6. Run project.

Result:
only 1 component - an empty Drop Down List - will be shown in web browser. A
table and a text field won't be shown.
Comment 1 John Baker 2007-07-19 04:13:48 UTC
I don't think this is a database issue and should be reassigned

If components are bound to Java properties and the properties are deleted from a class , the same result occurs -
components "disappear" from the Designer
Comment 2 Dongmei Cao 2008-02-26 19:30:21 UTC
I suppose the table can handle it a little bit better when there is no database connection