<%@ page pageEncoding = "Shift_JIS" %>
<%@ page contentType="text/html; charset=Shift_JIS" %>
<%@ taglib uri="/tags/struts-html" prefix="html" %>
<html><body>
<html:form action="/checkbox_view" >
<html:checkbox property="stringData" />チェック
<html:submit property="submit" value="送信" />
</html:form>
</body></html>
|