Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-16096

JSF Code completion does not support http://xmlns.jcp.org/jsf/* namespaces

XMLWordPrintable

      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/*:

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

      5. FAILURE: Content assist for <h: <f: <ui: <ez: is not working

            scabanovich Viacheslav Kabanovich (Inactive)
            alexeykazakov Alexey Kazakov
            Votes:
            2 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: