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 249884 - Content within h:outputScript should be treated like JavaScript
Summary: Content within h:outputScript should be treated like JavaScript
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 8.0.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-18 16:31 UTC by RayDeCampo
Modified: 2015-01-19 09:20 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 RayDeCampo 2015-01-18 16:31:53 UTC
The JSF standard component <h:outputScript> allows the programmer to encapsulate some JavaScript in the component.  The contents of this tag in a JSF page should be treated like JavaScript in terms of highlighting, code completion, error checking, etc.

The index.xhtml file of the following project demonstrates the <h:outputScript> tag and the lack of support from NetBeans:

svn export https://github.com/RayDeCampo/netbeans-bugs/trunk/jsf-outputScript-highlighting