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 160450

Summary: HTML end tag should not be marked as unmatched while using EL to generate attributes
Product: javaee Reporter: Jindrich Sedek <jsedek>
Component: JSPAssignee: Marek Fukala <mfukala>
Status: VERIFIED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jindrich Sedek 2009-03-17 11:58:18 UTC
use this code:
-----------------------
<option ${attributes} >

</option>
----------------------
</option> tag marked as unmatched, but it should not be
Comment 1 Marek Fukala 2009-04-17 10:48:06 UTC

*** This issue has been marked as a duplicate of 162492 ***
Comment 2 Jindrich Sedek 2009-04-24 16:26:07 UTC
v.