1 Reply Latest reply on Apr 2, 2006 7:54 PM by gavin.king

    DOCTYPE missing in Seam faces-config.xml

    sunfire

      I just played around with the most recent myfaces 1.1.3-snapshot and facelets 1.1.2 and it seems to be required to put a DOCTYPE element in the faces-config.xml of seam

      <!DOCTYPE faces-config PUBLIC
       "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.1//EN"
       "http://java.sun.com/dtd/web-facesconfig_1_1.dtd">

      I still haven't gotten it to work but at least this got me one step further :)