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

Summary: JSP tags and directives should skip quotes
Product: javaee Reporter: Jindrich Sedek <jsedek>
Component: JSPAssignee: issues@javaee <issues>
Status: NEW ---    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: Sun   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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. ***