<%@ page pageEncoding = "Shift_JIS" %>
<%@ page contentType="text/html; charset=Shift_JIS" %>
<%@ taglib uri="/tags/struts-html" prefix="html" %>
<html><body>
<html:errors/>
<html:form action="/required_view" method="post">
<table>
<tr><td>ユーザーID</td><td><html:text property="stringData" size="15" maxlength="15" /></td></tr>
</table>
<html:submit property="submit">送信</html:submit>
</html:form>
</body></html>
|