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 111741

Summary: Browse button doesn't work while inserting JSF palette components
Product: javaee Reporter: Jiri Skrivanek <jskrivanek>
Component: JSFAssignee: martin_adamek <martin_adamek>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 90557    
Bug Blocks:    

Description Jiri Skrivanek 2007-08-02 14:11:17 UTC
It is not possible to browse for Entity class while inserting an item from JSF palette. As written in issue 90960 it
depends on issue 90557.To reproduce:

- create a web application with JSF framework
- open welcomeJSF.jsp page
- drag into the page 'JSF Form' or 'JSF Data Table' from the Palette
- in the dialog 'Insert JSF Form' select 'Form Generated from Entity Class'
- click Browse button but nothing happens

Build 200708020919, JDK1.6.0_02-b05, WindowsXP.
Comment 1 martin_adamek 2007-08-16 09:32:46 UTC
API allowing this should be ready soon.
Comment 3 Jiri Skrivanek 2007-11-02 10:20:38 UTC
Verified.