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

JSF tag libraries registred in XML catalog in plugins packed into JARs are not available for KB

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

            alexeykazakov Alexey Kazakov
            alexeykazakov Alexey Kazakov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: