ayuda por favor!!!
Publicado por Kris (12 intervenciones) el 01/12/2006 09:53:48
He conseguido meter las librerías y configurar los .xml tal y como hacía falta pero ahora al ejecutar este .jsp de inicio aparece una página en blanco, alguien me puede ayudar por favor??? estoy utilizando struts. Gracias!!
<%@taglib uri="/WEB-INF/struts-bean.tld" prefix="struts-bean"%>
<%@taglib uri="/WEB-INF/struts-html.tld" prefix="struts-html"%>
<%@taglib uri="/WEB-INF/struts-logic.tld" prefix="struts-logic"%>
<html>
<head>
<title>no sale prkeeeeeeeee</title>
<h1>formulario de empleados
</head>
<body>
<html:errors/>
<html:form action="validateEmployee.do">
<table>
<tr>
<td align="right">
<bean:message key="prompt.employee.name"/>
</td>
<td>
<html:text property="name"/>
</td>
</tr>
<tr>
<td colspan="2" align="center">
<html:submit value="Validate"/>
</td>
</tr>
</table>
</html:form>
</body>
</html>
<%@taglib uri="/WEB-INF/struts-bean.tld" prefix="struts-bean"%>
<%@taglib uri="/WEB-INF/struts-html.tld" prefix="struts-html"%>
<%@taglib uri="/WEB-INF/struts-logic.tld" prefix="struts-logic"%>
<html>
<head>
<title>no sale prkeeeeeeeee</title>
<h1>formulario de empleados
</head>
<body>
<html:errors/>
<html:form action="validateEmployee.do">
<table>
<tr>
<td align="right">
<bean:message key="prompt.employee.name"/>
</td>
<td>
<html:text property="name"/>
</td>
</tr>
<tr>
<td colspan="2" align="center">
<html:submit value="Validate"/>
</td>
</tr>
</table>
</html:form>
</body>
</html>
Valora esta pregunta


0