<html:form .....   />   --> Fechou o form na mesma linha que abriu
<html:submit />       --> Faltou fechar
<html:reset />         -- > Idem
 
Feche tudo explicitamente (como em XML), sen�o vai
dar zebra mesmo.
 
----- Original Message -----
From: Airton
Sent: Tuesday, March 18, 2003 2:09 PM
Subject: [enterprise-list] tag nesting error?

N�o consegui encontrar o erro...
 
 
pages/inicial.jsp [-1:-1] End of content reached while more parsing required: tag nesting error?
 
inicial.jsp :
 
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
 
<html:html>
<head>
<title>
    <bean:message key="inicial.title"/>
</title>
</head>
<body bgcolor="white">
 
<h3><bean:message key="inicial.heading"/></h3>
<p><bean:message key="inicial.message"/></p>
 
<html:form action=""/>
    <html:text property="formX"/><br>
    <html:text property="formY"/><br>
    <html:submit>
    <html:reset>
</html:form>

</body>
</html:html>

Responder a