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