[jboss-user] [JBoss Seam] - having problem with seam gen

ask4saif do-not-reply at jboss.com
Thu Jan 25 07:28:11 EST 2007


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.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006318#4006318

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006318



More information about the jboss-user mailing list