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

Summary: Content within h:outputScript should be treated like JavaScript
Product: javaee Reporter: RayDeCampo
Component: JSFAssignee: Martin Fousek <marfous>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0.2   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

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