Uploaded image for project: 'Forge'
  1. Forge
  2. FORGE-2277 Perform a UX review of the Shell experience in Forge 3
  3. FORGE-1523

Change the JSF namespaces to fit new Java EE 7 standard

    XMLWordPrintable

Details

    • Sub-task
    • Resolution: Obsolete
    • Minor
    • 3.x Future
    • 2.0.0.CR2
    • Scaffold
    • None

    Description

      When a JSF page is generated, the namespaces look like this :

      <ui:composition xmlns="http://www.w3.org/1999/xhtml"
      	xmlns:h="http://java.sun.com/jsf/html"
      	xmlns:f="http://java.sun.com/jsf/core"
      	xmlns:ui="http://java.sun.com/jsf/facelets"
      	xmlns:c="http://java.sun.com/jsp/jstl/core"
      	template="/resources/scaffold/pageTemplate.xhtml">
      

      They use the old java.sun.com namespace instead of the new xmlns.jcp.org. They should look like this :

      <ui:composition xmlns="http://www.w3.org/1999/xhtml"
                      xmlns:h="http://xmlns.jcp.org/jsf/html"
                      xmlns:f="http://xmlns.jcp.org/jsf/core"
                      xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
                      xmlns:c="http://xmlns.jcp.org/jsp/jstl/core"
                      template="/resources/scaffold/pageTemplate.xhtml">
      

      Attachments

        Activity

          People

            rhn-support-ggastald George Gastaldi
            agoncal Antonio Goncalves (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: