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 123194 - Managed bean "Add" property non-functional
Summary: Managed bean "Add" property non-functional
Status: RESOLVED DUPLICATE of bug 90907
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: Winston Prakash
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-30 21:55 UTC by thompsonwd40
Modified: 2007-12-02 02:44 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 thompsonwd40 2007-11-30 21:55:02 UTC
NB6RC2 - Visual Web Application > in Navigator Window: right-click on any bean (Session, Request, Application), the
dialog appears with the "Add" option disabled (grayed-out).  Clicking ESC and trying again has no effect.  This is a
feature reversal which worked well in NB5*, recommend high priority to restore before NB6 FCS.
Comment 1 Winston Prakash 2007-12-02 02:44:32 UTC
This is because the original bean pattern module was removed for NB 6.0.
There is a plan to bring it back for NB 6.1 
http://www.netbeans.org/issues/show_bug.cgi?id=90907

The work around for time being is

Go to the Java Source
Type in the code for the property (Ex private String myProperty;)
Now right click on myProperty and select the context menu item "Generate Code" and then select "Getter and Setter".

This has advantage and disadvantage. If you need to enter only one property then it is round about way. If you need
to enter 10 property at a time, then this is the fastest way.

*** This issue has been marked as a duplicate of 90907 ***