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

Max Rydahl Andersen (JIRA) jira-events at lists.jboss.org
Fri Nov 22 20:04:05 EST 2013


     [ https://issues.jboss.org/browse/JBIDE-16096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Max Rydahl Andersen updated JBIDE-16096:
----------------------------------------

    Labels: respin-a  (was: )

    
> JSF Code completion does not support http://xmlns.jcp.org/jsf/* namespaces
> --------------------------------------------------------------------------
>
>                 Key: JBIDE-16096
>                 URL: https://issues.jboss.org/browse/JBIDE-16096
>             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
>              Labels: respin-a
>             Fix For: 4.2.0.Alpha1
>
>
> 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