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 232545 - Broken autocomplete in JSPX files
Summary: Broken autocomplete in JSPX files
Status: RESOLVED DUPLICATE of bug 176920
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 7.3.1
Hardware: PC All
: P3 normal (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-11 04:59 UTC by grafviktor
Modified: 2013-08-22 02:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
JSPX Editor window (28.92 KB, image/png)
2013-07-11 04:59 UTC, grafviktor
Details

Note You need to log in before you can comment on or make changes to this bug.
Description grafviktor 2013-07-11 04:59:28 UTC
Created attachment 136972 [details]
JSPX Editor window

Create a web project and add a JSP Page, in the wizard choose JSP Document(XML Syntax), then press finish. Set your cursor between the <jsp:body></jsp:body> tags and start typing any tag from JSTL core library, for example "<c:url" or "<c:for", while typing press ctrl+space for autocomplete, non-xml directive will be added on top of the page <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> instead of xmlns:c="http://java.sun.com/jsp/jstl/core. 

WindowsXP and Linux are affected. probably this bug is related to bug Bug 176920.
Comment 1 Vladimir Riha 2013-07-11 13:03:08 UTC
Reproducible, I would say it is probably duplicate of the issue 176920, but I'm not sure. Thank you for reporting


Product Version: NetBeans IDE Dev (Build 201307102300)
Updates: Updates available
Java: 1.7.0_25; Java HotSpot(TM) Client VM 23.25-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_25-b15
System: Linux version 3.2.0-48-generic-pae running on i386; UTF-8; en_US (nb)
Comment 2 David Konecny 2013-08-22 02:15:35 UTC

*** This bug has been marked as a duplicate of bug 176920 ***