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 231237 - New JSF Bean description is ignored
Summary: New JSF Bean description is ignored
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-13 19:28 UTC by davidsalter
Modified: 2013-06-15 03:02 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 davidsalter 2013-06-13 19:28:09 UTC
[ BUILD # : 201306122301 ]
[ JDK VERSION : 1.7.0_21 ]

When creating a new JSF Managed bean, the user is given the option of entering
a "Bean Description".

Unless the user has checked the box "Add data to configuration file", the Bean
Description is not stored anywhere and is effectively ignored as this
information is normally stored in the faces-config.xml file.

No warning is given to the user that the Bean Description will be ignored and
lost if this is the case.

It would be very useful to show a warning at the bottom of the New JSF Managed
Bean dialog stating this.
Comment 1 Martin Fousek 2013-06-14 12:37:01 UTC
That's really good point. Thanks for reporting.

Fixed in web-main #d0c36765d780.
Comment 2 Quality Engineering 2013-06-15 03:02:23 UTC
Integrated into 'main-golden', will be available in build *201306142301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/d0c36765d780
User: Martin Fousek <marfous@netbeans.org>
Log: #231237 - New JSF Bean description is ignored