Acho que � o fechamento indevido do html:form na linha em negrito. � s� tirar a barra do final.
 
Kirliam Maciel Dias
Sun Certified Programmer
Analista de Sistemas Softplan/Poligraph
Sistema da Qualidade Certificado ISO9001-BVQI/INMETRO
Fone: 0xx(48) 3027-8128
Fax: 0xx(48) 3027-8100
http://www.softplan.com.br
----- 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