From f19092287af8ea52676de4649bb8bf381a6c70b2 Mon Sep 17 00:00:00 2001 From: Wesley Wannemacher Date: Mon, 21 Sep 2009 17:31:37 +0000 Subject: [PATCH] ww-3215 ActionComponent will now swallow exceptions by default, but if you want to see them, you can specify rethrowException=true git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@817334 13f79535-47bb-0310-9956-ffa450edef68 --- core/src/site/resources/tags/action.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/core/src/site/resources/tags/action.html b/core/src/site/resources/tags/action.html index 6d01f376c..fe0425bdc 100644 --- a/core/src/site/resources/tags/action.html +++ b/core/src/site/resources/tags/action.html @@ -81,6 +81,14 @@ Please do not edit it directly. String Namespace for action to call + + rethrowException + false + false + false + Boolean + Whether an exception should be rethrown, if the target action throws an exception + var false