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 51832 - The wizard-generated JSP files miss a DOCTYPE
Summary: The wizard-generated JSP files miss a DOCTYPE
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: All All
: P4 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-25 08:55 UTC by Andrei Badea
Modified: 2010-01-12 02:09 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 Andrei Badea 2004-11-25 08:55:27 UTC
To reproduce:

1) Use the wizard to create a new web project or
to add a new JSP file to an existing project.

The new project's index.jsp or newly added JSP
file doesn't have a DOCTYPE  specification.
Comment 1 Andrei Badea 2004-12-15 07:32:55 UTC
Added a HTML 4.01 Transitional DOCTYPE.
Comment 2 zikmund 2005-05-09 12:56:47 UTC
Verified.