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 190398

Summary: Unable to use Expression Language text compete in external CSS sheets.
Product: javaee Reporter: rexcardan
Component: JSFAssignee: Alexey Butenko <alexeybutenko>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

Description rexcardan 2010-09-16 18:01:51 UTC
In CSS sheets that are linked to JSF xhtml pages with <h:outputStylesheet>, it seems as though the text completion of the expression language doesn't work properly. For example:

h1{
color:#{myColorBean.lightBlue}
}

This shows up as a CSS syntax error in the IDE checker. All style properties that follow do not support auto complete either until the next style is defined (after the closed bracket).
Comment 1 Martin Balin 2016-07-07 08:55:08 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