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 91007

Summary: Browse button disabled in Add Managed Bean dialog
Product: javaee Reporter: Jiri Skrivanek <jskrivanek>
Component: JSFAssignee: martin_adamek <martin_adamek>
Status: VERIFIED FIXED    
Severity: blocker CC: pjiricka, ppisl
Priority: P3 Keywords: REGRESSION
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jiri Skrivanek 2006-12-13 09:57:44 UTC
Browse button should be enabled in the Add Managed Bean dialog. To reproduce:

- create web application with JSF framework
- open 'Configuration Files|faces-config.xml' file
- call 'JavaServer Faces|Add Managed Bean' action in editor
- Browse button should be enabled in the 'Add Managed Bean' dialog

Build 20061212-2258, JDK1.5.0_10, WindowsXP.
Comment 1 Petr Pisl 2006-12-13 12:41:13 UTC
The Browse button is disabled due to the rewriting jsf module to retouche. There
is missing the implementation of th dialog. Similar in Struts module.
Comment 2 Jiri Skrivanek 2007-01-08 13:11:38 UTC
Adding dependence because it is targeted for milestone 6.
Comment 3 Jan Horvath 2007-01-10 09:04:38 UTC
Removing dependency because it was decided, this is not a stopper for M6
Comment 4 Petr Pisl 2007-06-28 17:32:21 UTC
We have to decide, whether we will have similar functionality or we will just delete the button.
Comment 5 Petr Pisl 2007-08-03 14:12:32 UTC
Decreasing priority. Easy workaround.

Martin Adamek is working on a dialog, which should be displayed after clicking on the Browse... button and the dialog
should provide all the functionality, which we need. When the dialog will be done, it will be trivial to fix this. 
Comment 6 Petr Jiricka 2007-10-30 12:37:58 UTC
Martin, could you please look at this one as well? Sounds like this should be easy to fix for you. Thanks.
Comment 7 martin_adamek 2007-11-01 17:36:12 UTC
Fixed in AddManagedBeanDialog, version 1.7
Comment 8 Jiri Skrivanek 2007-11-02 10:11:18 UTC
Verified.