[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-1802) Taglib declaration <%@ taglib uri="" is inserted after DnD tags from Pallete on XHTML page.

Anton Klimkovich (JIRA) jira-events at lists.jboss.org
Wed Feb 20 07:35:42 EST 2008


Taglib declaration <%@ taglib uri="" is inserted after DnD tags from Pallete on XHTML page.
-------------------------------------------------------------------------------------------

                 Key: JBIDE-1802
                 URL: http://jira.jboss.com/jira/browse/JBIDE-1802
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: jsp/jsf/xml source editing
    Affects Versions: 2.0.1
         Environment: JBossTools-200802200222-nightly-ALL
            Reporter: Anton Klimkovich
            Priority: Minor


EXECUTE: Create XHTML page with content:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:f="http://java.sun.com/jsf/core">
</html>

EXECUTE: Delete string  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
EXECUTE: Make DnD of JSF html tag on the page from Palette.
ASSERT: xmlns:h="http://java.sun.com/jsf/html" inserted
FAILURE: <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%> inserted instead of xmlns:h="http://java.sun.com/jsf/html" 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list