HTMLとの対応表


最初にこれを宣言しておく。

<%@ taglib uri="/struts-tags" prefix="s" %>
HTML Struts2 備考
form s:form
input type="text" s:textfield
input type="password" s:password
input type="submit" s:submit

※<>は抜いてある