58,452
社区成员




<%@ page language="java" pageEncoding="UTF-8" %>
<html:form method="post" action="/login.do?method=validate">
<label>
用户名:
<html:text property="username" tabindex="1" maxlength="20" size="32" />
<br />
</label>
<label>
<b><font color="red"><html:errors property="username" /></font></b>
</label>
</html:form>