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 - Browse button doesn't work while inserting JSF palette components
Summary: Browse button doesn't work while inserting JSF palette components
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: martin_adamek
URL:
Keywords:
Depends on: 90557
Blocks:
  Show dependency tree
 
Reported: 2007-08-02 14:11 UTC by Jiri Skrivanek
Modified: 2007-11-02 10:20 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 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.