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 - wrong syntax error and warnings highlighting in jsf
Summary: wrong syntax error and warnings highlighting in jsf
Status: RESOLVED DUPLICATE of bug 104413
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-28 10:30 UTC by Radim Roska
Modified: 2007-07-10 17:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
bad syntax picture (78.83 KB, image/png)
2007-05-28 10:30 UTC, Radim Roska
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***