<%@ page language="java" pageEncoding="ISO-8859-1"%>
<%@ taglib uri="
http://jakarta.apache.org/struts/tags-bean" prefix="bean"%>
<%@ taglib uri="
http://jakarta.apache.org/struts/tags-html" prefix="html"%>
<html>
<head>
<title>Login</title>
</head>
<body>
<a href="/test1/form/Register.jsp">Register Now</a>
<html:form action="/login.do">
<html:errors property="UserAndPass"/><br/>
username : <html:text property="username"/><html:errors property="userName"/><br/>
password : <html:password property="password"/><html:errors property="passWord"/><br/>
<html:submit/><html:cancel/>
</html:form>
</body>
</html>
发表于 @ 2007年03月29日 20:11:00|编辑