アクションクラスで生成したエラーメッセージを表示するには<html:errors>タグを使用します。 JSP使用例 <%@ page pageEncoding = "Shift_JIS" %> <%@ page contentType="text/html; charset=Shift_JIS" %> <%@ taglib uri="/tags/struts-bean" prefix="bean" %> <%@ taglib uri="/tags/struts-html" prefix="html" %> <html><body> <B>★全件エラー表示</B> <BR><BR> <!-- 全てのエラーメッセージを表示する --> <html:errors /> <BR><hr><BR> <B>★個別エラー表示</B> <BR><BR> <!-- プロパティ「userId」のエラーメッセー