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 104938

Summary: wrong syntax error and warnings highlighting in jsf
Product: javaee Reporter: Radim Roska <rroska>
Component: JSPAssignee: Marek Fukala <mfukala>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: bad syntax picture

Description Radim Roska 2007-05-28 10:30:06 UTC
NetBeans IDE Dev (Build 200705271800)
1.6.0_02-ea; Java HotSpot(TM) Client VM 1.6.0_02-ea-b02
Linux version 2.6.20-15-generic running on i386
en_US (nb); UTF-8

In java server faces jsp file there are some bad syntax highlightings. See
attached file.

syntax error : <h:message for="create:first_name" style="color: red"/>
and warning : unfinished tag :
                <h:commandButton id="submit" 
                                 value="Create"
                                 action="#{customer.createUser}"/>

Compilation runs without errors and warnings. So its just annoying..:)
Comment 1 Radim Roska 2007-05-28 10:30:36 UTC
Created attachment 42837 [details]
bad syntax picture
Comment 2 Marek Fukala 2007-07-10 17:01:56 UTC
The syntax error is already fixed, the warning is duplicate of issue #104413

*** This issue has been marked as a duplicate of 104413 ***