|
<html:form
action=""/> <!-- tire
o '/' do final da TAG --> <html:text
property="formX"/><br> <html:text
property="formY"/><br> <html:submit>
<!-- coloque um '/' no final da
TAG --> <html:reset>
<!-- coloque um '/' no final da
TAG --> </html:form>
______________________________________________ Frederico Andrade Ramos IT
Developer Nextel Telecomunica��es Office : 55 11 3748-1411 Mobile : 55 11 9958-7004
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>
|