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 90960 - [palette] Cannot generate form or table from entity class
Summary: [palette] Cannot generate form or table from entity class
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: martin_adamek
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2006-12-12 13:50 UTC by Jiri Skrivanek
Modified: 2007-08-02 14:13 UTC (History)
1 user (show)

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 2006-12-12 13:50:45 UTC
It is not possible to generate JSF form or JSF table from entity class. To
reproduce:

- create a web application with JSF framework
- create from template new 'Web|JSF Managed Bean'
- open welcomeJSF.jsp page
- drag into the page JSF Form from the Palette
- in the dialog 'Insert JSF Form' there is an error message "There are no JSF
managed beans in this module. Create a managed bean and then use this palette
item." Also it is not possible to browse for a class.

Build 20061212-1012, JDK1.5.0_10, WindowsXP.
Comment 1 Jiri Skrivanek 2007-01-08 13:15:40 UTC
Should be fixed because it worked in NB5.5.
Comment 2 Petr Pisl 2007-01-11 12:58:19 UTC
Must be rewritten due to the Retouche. The functionality of generating code
should be the same which is used in CRUD generator.
Comment 3 Jiri Skrivanek 2007-06-20 15:42:29 UTC
What with those palette items? Will you drop them?
Comment 4 martin_adamek 2007-06-28 12:40:45 UTC
Original suggestion was to drop it, but I think that code behind that is rewritten, so it could be possible to save it
for 6.0. Will check more closer soon.
Comment 6 martin_adamek 2007-07-24 11:46:42 UTC
Last patch fixed also JSF table. Now generated code is same as in 5.5.1, so I'm closing.
Browse button issue will be solved under issue 90557.
Comment 7 Jiri Skrivanek 2007-08-02 14:13:03 UTC
Verified. For reference I filed issue 111741 about Browse button.