]
Daniel Azarov commented on JBIDE-9237:
--------------------------------------
If you start JSP Document with "<?xml version="1.0"
encoding="UTF-8"?>" or "<!DOCTYPE html PUBLIC "-//W3C//DTD
XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">" all works
fine. Otherwise we need new doctype for jspx files.
Wrong tag library insertion when dnd from palette to JSP Document.
------------------------------------------------------------------
Key: JBIDE-9237
URL:
https://issues.jboss.org/browse/JBIDE-9237
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: common
Affects Versions: 3.3.0.M1
Reporter: Denis Vinnichek
Assignee: Daniel Azarov
Fix For: 3.3.0.M3
Attachments: screenshot-1.jpg
Drag any element from palette and drop it to any opened *.jspx file. As a result tag
library is declared in a JSP manner (i.e using the taglib directive), but this syntax is
not allowed in JSP documents. To declare a tag library in a JSP document, one should use
the xmlns attribute, which is used to declare namespaces according to the XML standard.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: