1 Reply Latest reply on Nov 25, 2006 9:45 PM by gavin.king

    [DVD example] namespace bug in the home.xhtml

    ellenzhao

      There is this line in the home.xhtml file in the DVD example (version Seam 1.1.0 CR1):

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


      The demo application is still running on the jboss seam site because the f: tag is not used anywhere in the home.xhml.