[
https://issues.jboss.org/browse/JBIDE-16098?page=com.atlassian.jira.plugi...
]
Alexey Kazakov commented on JBIDE-16098:
----------------------------------------
This issue fixes only problem with <ui:
The rest of the problems with other JSF 2.2 namespaces are listed in JBIDE-16096
JSF Code completion does not work for
http://xmlns.jcp.org/jsf/facelets namespace
---------------------------------------------------------------------------------
Key: JBIDE-16098
URL:
https://issues.jboss.org/browse/JBIDE-16098
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsf, jsp/jsf/xml/html source editing
Affects Versions: 4.1.0.Final
Reporter: Alexey Kazakov
Assignee: Alexey Kazakov
Priority: Critical
Labels: respin-a
Fix For: 4.1.1.CR1
1. Create a JSF 2.2 KickStart project with WildFly 8 target server.
2. Open inputname.xhtml with JBoss XHTML editor.
3. Replace all
http://java.sun.com/jsf/facelets by
http://xmlns.jcp.org/jsf/facelets:
{code}
<html
xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:ez="http://java.sun.com/jsf/composite/demo">
{code}
5. FAILURE: Content assist for <ui: 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