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 172252 - JSF from entity beans in case of jsp generate not working pages
Summary: JSF from entity beans in case of jsp generate not working pages
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Alexey Butenko
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2009-09-15 08:00 UTC by Sergey Petrov
Modified: 2009-09-16 01:08 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 Sergey Petrov 2009-09-15 08:00:01 UTC
use gf 2.1 of gf 3 but select jsp generation instead of facelets in jsf configuration.
generate page for DISCOUNT_CODE from sample derby database, try to run, have number of issues.

starting with

'org.apache.jasper.JasperException: /welcomeJSF.jsp(17,0) PWC6142: No tag "outputStylesheet" defined in tag library
imported with prefix "h"'

if deploy autogenerated, 
continue with entities access (if remove first stylesheet tag)

'javax.servlet.ServletException: javax.el.PropertyNotFoundException: Target Unreachable, identifier 'discountCode'
resolved to null'
Comment 1 Alexey Butenko 2009-09-15 09:48:03 UTC
fixed first part with adding style sheet.
Comment 2 Alexey Butenko 2009-09-15 11:59:38 UTC
Discussed with David, need to add check for preferred language, and generate entity JSF pages accordingly.
Comment 3 Alexey Butenko 2009-09-15 12:36:07 UTC
http://hg.netbeans.org/web-main/rev/967ea7b960a4
Comment 4 Quality Engineering 2009-09-16 01:08:31 UTC
Integrated into 'main-golden', will be available in build *200909151512* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/e73c1d392609
User: Alexey Butenko <alexeybutenko@netbeans.org>
Log: #172252: Fixed link to stylesheet