-
Bug
-
Resolution: Done
-
Critical
-
4.1.0.Final
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:
<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">
5. FAILURE: Content assist for <ui: is not working
- clones
-
JBIDE-16096 JSF Code completion does not support http://xmlns.jcp.org/jsf/* namespaces
- Closed