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 153679 - erroneous unmatched tag warning in html
Summary: erroneous unmatched tag warning in html
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-22 00:01 UTC by bertpayne
Modified: 2014-10-06 13:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bertpayne 2008-11-22 00:01:35 UTC
<form ... > tag is embedded in an jsp @include file...

</form> follows the @include  in the .jsp file.  The code compiles correctly and is HTML strict compliant when 
executed.

If the @include file is inserted into the .jsp file, the warning disapears.  It appears that the HTML line editor is 
not looking at the HTML code in the @include file.
Comment 1 Marek Fukala 2008-11-24 12:14:42 UTC
You are right, the matching checker operates just on the opened file. This issue is valid and should be addressed. Some
high level dependencies model is planned for 7.0 so this may be addressed as a part of this.