3 Replies Latest reply on Jan 31, 2007 2:05 AM by gavin.king

    having problem with seam gen

    ask4saif

      before seam gen i was using the seam cvs repository( the copy paste thing )and now i am using seam gen contained in the package jboss-seam 1.1.1 GA . I copied my old jsp(jsf) files in the view directory. having code like:



      <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
      <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
      <%@ taglib uri="http://jboss.com/products/seam/taglib" prefix="s" %>
      
      
      <html>
       <head>
       <title>EReg Priveleges List</title>
      </head>
      
      <body>
       <f:view>
       <h:form>
      
       </h:form>
       </f:view>
       </body>
      </html>
      
      
      


      it gives me the error of not well formed page.

      how to solve this error.