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 149271 - JSP tags and directives should skip quotes
Summary: JSP tags and directives should skip quotes
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 6.x
Hardware: Sun All
: P2 blocker with 1 vote (vote)
Assignee: issues@javaee
URL:
Keywords:
: 75958 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-10-06 17:16 UTC by Jindrich Sedek
Modified: 2014-01-16 10:29 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jindrich Sedek 2008-10-06 17:16:49 UTC
type in JSP editor:
---------------
<table align="center|" 
---------------
type quot " -> result : <table align="center"|
OK
do the same with JSP tag:
----------
<jsp:element name="adfas|"
------------
result: <jsp:element name="adfas"|" -> one more quot is added

It would be great to have the quot skipping feature in jsp tags and directives as well
Comment 1 Marek Fukala 2008-10-13 10:55:28 UTC
*** Issue 75958 has been marked as a duplicate of this issue. ***