1 Reply Latest reply on Aug 29, 2006 3:43 PM by james.williams

    [seamGen] Bug in taglib url, after doing a "seam new-scaffol

    steinkel

      Hi all:

      The code generated by seam new-scaffold has a bug in the faces taglib url

      The correct one is

      xmlns:f="http://java.sun.com/jsf/core"

      But (for example in the home.xhtml file under xx/view/ folder the generated code is

      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
      <html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:s="http://jboss.com/products/seam/taglib"
      xmlns:ui="http://java.sun.com/jsf/facelets"
      xmlns:f="http://java.sun.com/jsf"
      xmlns:h="http://java.sun.com/jsf/html">

      This makes i18n tagllibs, for example, not usable (these tags are rendered to html and not parsed correctly)


      I've tried to raise a bug under jira, but i dont'n know where ??