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
This commit is contained in:
Wesley Wannemacher
2009-09-21 17:31:37 +00:00
parent a36bb71940
commit f19092287a
+8
View File
@@ -81,6 +81,14 @@ Please do not edit it directly.
<td align="left" valign="top">String</td>
<td align="left" valign="top">Namespace for action to call</td>
</tr>
<tr>
<td align="left" valign="top">rethrowException</td>
<td align="left" valign="top">false</td>
<td align="left" valign="top">false</td>
<td align="left" valign="top">false</td>
<td align="left" valign="top">Boolean</td>
<td align="left" valign="top">Whether an exception should be rethrown, if the target action throws an exception</td>
</tr>
<tr>
<td align="left" valign="top">var</td>
<td align="left" valign="top">false</td>