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

Summary: erroneous unmatched tag warning in html
Product: web Reporter: bertpayne <bertpayne>
Component: HTML EditorAssignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.