コンピュータクワガタ

かっぱのかっぱによるコンピュータ関連のサイトです

2008-08-28から1日間の記事一覧

redirect=trueとActionMessagesExceptionの組み合わせの挙動

@Execute(validator = true, input = "index.jsp", redirect = true) public String test() { if (check) throw new ActionMessagesException("aaa"); return "index"; } のようなアクションがあったとき、returnで指定されたページへはredirectします。 ま…