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 94732 - App Outline could show properties of custom class
Summary: App Outline could show properties of custom class
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ sandipchitale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-06 19:54 UTC by bugbridge
Modified: 2007-09-23 18:23 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bugbridge 2007-02-06 19:54:48 UTC
Original status: 5-Cause Known; Suggested Status: NEW

Original Target Release: mako_dev; Suggested Target Milestone : Dev


Original submitter: xxxx

Description:
The Property Bindings dialog shows properties which derive from custom class.

To recreate ( see attached project and screenshots for clarification)- 

1) Create a new Class named, LoginBean with a String property password
2) Add a property, login to SessionBean1 of type LoginBean
3) Build then may have to close and reopen project (limitation already filed)
4) Expand Application outline tree to see the property, mylogin

However, login cannot be expanded to show the properties.
Should be able to see the password property

5) In the Page, add an Output text then open the Property Bindings dialog

- Expanding SessionBean1 | mylogin , then password is available

Now the OutputText can be bound to #{SessionBean1.login.password}

xxx@xxxx 2004-12-08 20:23:24 GMT
xxx@xxxx 2004-12-09 21:13:58 GMT

Evaluation:
- something we should support, but we don't and will not for thresher
Comment 1 _ potingwu 2007-07-16 23:20:28 UTC
In 'outline tree'.
Comment 2 Peter Zavadsky 2007-07-20 13:05:59 UTC
This is up to the bean nodes to provide the needed children, it is not in outline hands. Passing to insync.
Comment 3 _ sandipchitale 2007-09-23 18:23:56 UTC
The outline shows only the so called LifeCycle beans i.e. sub classes of Abstract*Beans. This is an enhancement request.