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 - HTML end tag should not be marked as unmatched while using EL to generate attributes
Summary: HTML end tag should not be marked as unmatched while using EL to generate att...
Status: VERIFIED DUPLICATE of bug 162492
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 6.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-17 11:58 UTC by Jindrich Sedek
Modified: 2009-04-24 16:26 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 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.