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 253764 - [81cat] Insert ManagedBean -> browse does not take name
Summary: [81cat] Insert ManagedBean -> browse does not take name
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 8.1
Hardware: PC Windows 8
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-24 21:55 UTC by muellermi
Modified: 2015-09-11 15:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (67.68 KB, text/plain)
2015-07-24 21:55 UTC, muellermi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description muellermi 2015-07-24 21:55:11 UTC
Product Version = NetBeans IDE 8.1 Beta (Build 201507231027)
Operating System = Windows 8 version 6.2 running on amd64
Java; VM; Vendor = 1.8.0_51
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.51-b03

From JSF test suite
. Actions in faces-config.xml field  

    Add managed bean Test Case   
         Steps:
            Open 'Configuration Files|faces-config.xml' file.
            Call Insert|Managed Bean.. action in editor.
            Fill in requered values.
            Click Add button to confirm the dialog.
            Repeat steps 2 - 4 several times and change parameters. Also try to browse for a class (issue 91007). 

if you browse for an existing class, NB inserts into the field classname <package>.<className> but keeps the field beanname empty. Should be <className>
Comment 1 muellermi 2015-07-24 21:55:17 UTC
Created attachment 154872 [details]
IDE log