Author: wesw Date: Mon Sep 21 17:31:37 2009 New Revision: 817334 URL: http://svn.apache.org/viewvc?rev=817334&view=rev Log: ww-3215 ActionComponent will now swallow exceptions by default, but if you want to see them, you can specify rethrowException=true
Modified: struts/struts2/trunk/core/src/site/resources/tags/action.html Modified: struts/struts2/trunk/core/src/site/resources/tags/action.html URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/action.html?rev=817334&r1=817333&r2=817334&view=diff ============================================================================== --- struts/struts2/trunk/core/src/site/resources/tags/action.html (original) +++ struts/struts2/trunk/core/src/site/resources/tags/action.html Mon Sep 21 17:31:37 2009 @@ -82,6 +82,14 @@ <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> <td align="left" valign="top"></td>