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 167116 - New JSF Pages from Entity Classes does not take care about prelude and coda
Summary: New JSF Pages from Entity Classes does not take care about prelude and coda
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-15 16:07 UTC by jomu
Modified: 2016-07-07 08:55 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jomu 2009-06-15 16:07:30 UTC
I have created a project and set prelude and coda in web.xml
        <jsp-property-group>
            <display-name>allPages</display-name>
            <url-pattern>*.jsp</url-pattern>
            <include-prelude>/WEB-INF/jspf/prelude.jspf</include-prelude>
            <include-coda>/WEB-INF/jspf/coda.jspf</include-coda>
            </jsp-property-group>
        </jsp-config>

The wizard does not take care during the creation which leads to defective code in the generated JSP.
Comment 1 Martin Balin 2016-07-07 08:55:26 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss