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 - Removing the underlying binding can make components invisible in web browser after deployment
Summary: Removing the underlying binding can make components invisible in web browser ...
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P4 blocker (vote)
Assignee: Winston Prakash
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-23 17:45 UTC by _ alexpetrov
Modified: 2008-02-26 19:30 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 _ 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