[jbosstools-issues] [JBoss JIRA] (JBIDE-16859) JSF tag libraries registred in XML catalog in plugins packed into JARs are not available for KB

Alexey Kazakov (JIRA) issues at jboss.org
Thu Mar 27 20:36:13 EDT 2014


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

Alexey Kazakov updated JBIDE-16859:
-----------------------------------

    Description: 
1. Create a JSF 2.2 KickStart project with WildFly 8 target server.
2. Open inputname.xhtml with JBoss XHTML editor.
3. FAILURE: inputname uses http://java.sun.com/jsf/* namespaces instead of http://xmlns.jcp.org/jsf/*
4. Replace all http://java.sun.com/jsf/* by http://xmlns.jcp.org/jsf/*:
{code}
<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"
	xmlns:ez="http://xmlns.jcp.org/jsf/composite/demo">
{code}
5. FAILURE: Content assist for <h: <f: <ui: <ez: is not working

    
> JSF tag libraries registred in XML catalog in plugins packed into JARs are not available for KB
> -----------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-16859
>                 URL: https://issues.jboss.org/browse/JBIDE-16859
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: jsf, jsp/jsf/xml/html source editing
>    Affects Versions: 4.2.0.Beta1
>            Reporter: Alexey Kazakov
>            Assignee: Alexey Kazakov
>             Fix For: 4.2.0.Beta2
>
>
> 1. Create a JSF 2.2 KickStart project with WildFly 8 target server.
> 2. Open inputname.xhtml with JBoss XHTML editor.
> 3. FAILURE: inputname uses http://java.sun.com/jsf/* namespaces instead of http://xmlns.jcp.org/jsf/*
> 4. Replace all http://java.sun.com/jsf/* by http://xmlns.jcp.org/jsf/*:
> {code}
> <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"
> 	xmlns:ez="http://xmlns.jcp.org/jsf/composite/demo">
> {code}
> 5. FAILURE: Content assist for <h: <f: <ui: <ez: is not working

--
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