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 250696 - JSP Files are not edited according to their contentType. They are assumed to be HTML.
Summary: JSP Files are not edited according to their contentType. They are assumed to...
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 8.0.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-25 15:31 UTC by Richard.Roda
Modified: 2015-02-25 15:34 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 Richard.Roda 2015-02-25 15:31:48 UTC
Created a JSP with <%@page> declaration as follows: <%@page contentType="text/javascript" pageEncoding="UTF-8"%>.  Expected behavior was to treat contents in editor as JavaScript.  Actual behavior is to treat contents of page as HTML.