[jbosstools-issues] [JBoss JIRA] (JBIDE-16097) CLONE - JSF Code completion does not support http://xmlns.jcp.org/jsf/* namespaces

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Fri Nov 22 20:06:05 EST 2013


Alexey Kazakov created JBIDE-16097:
--------------------------------------

             Summary: CLONE - JSF Code completion does not support http://xmlns.jcp.org/jsf/* namespaces
                 Key: JBIDE-16097
                 URL: https://issues.jboss.org/browse/JBIDE-16097
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: jsf, jsp/jsf/xml/html source editing
    Affects Versions: 4.2.0.Alpha1
            Reporter: Alexey Kazakov
            Assignee: Alexey Kazakov
            Priority: Critical
             Fix For: 4.1.1.CR1


1. Create a JSF 2.2 project.
2. Create an xhtml file with using new jsf namespaces:
{code}
<!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:ui="http://xmlns.jcp.org/jsf/facelets"
	xmlns:h="http://xmlns.jcp.org/jsf/html"
	xmlns:f="http://xmlns.jcp.org/jsf/core">	
</html>
{code}
3. Try Ctrl+Space for <h: and <f: tags.
4. FAILURE: There is no CA for h: and f: tags.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list