<html:form action="/FormEntradaPath"/>
<html:text property="formX"/><br>
<html:text property="formY"/><br>
<html:submit>
<html:reset>
</html:form>Mas, se vc terminar as tags (com <html:submit></html:submit> ou com <html:submit/>), tudo funciona numa boa.
;) -cv
Airton wrote:
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="/FormEntradaPath"/>
<html:text property="formX"/><br>
<html:text property="formY"/><br>
<html:submit>
<html:reset>
</html:form>
</body> </html:html>
--------------------------------------------------------------------- Para cancelar a subscri��o, envie mensagem para: [EMAIL PROTECTED] Para comandos adicionais, envie mensagem para: [EMAIL PROTECTED]
