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

Summary: [81cat] Insert ManagedBean -> browse does not take name
Product: javaee Reporter: muellermi <muellermi>
Component: JSFAssignee: Martin Fousek <marfous>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Windows 8   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log

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