文本框:
<html:text property="login_text1"></html:text>
密码框:
<html:password redisplay="true"
property="login_text2"></html:password>
按纽:
<html:submit property="login_botton"><bean:message
key="login_botton1" /></html:submit>
<html:submit property="login_botton"><bean:message
key="login_botton2" /></html:submit>
<html:javascript formName="loginForm"/>
<html:form action="login.do" onsubmit = "return
validateLoginForm(this);">
</html:form>
<a href=# onClick="window.close()">[閉じる]</a>
隐藏表单域:
<html:hidden property="password_userId"
value="${Object_Password.userId}" />
<html:password property="password_text1"
value="${Object_Password.password}"></html:password>
链接:
<html:link href="Login.jsp">[ログイン|</html:link>