This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/master by this push: new c462cb2 Adds small tweaks c462cb2 is described below commit c462cb2954ecba0d3d1ad4459a821824a57a1436 Author: Lukasz Lenart <lukasz.len...@gmail.com> AuthorDate: Thu Oct 5 08:49:27 2017 +0200 Adds small tweaks --- source/core-developers/chain-result.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/source/core-developers/chain-result.md b/source/core-developers/chain-result.md index 4eec90d..afe0608 100644 --- a/source/core-developers/chain-result.md +++ b/source/core-developers/chain-result.md @@ -10,16 +10,13 @@ This result invokes an entire other action, complete with it's own interceptor s ### Parameters - `actionName` (default) - the name of the action that will be chained to. - - `namespace` - used to determine which namespace the Action is in that we're chaining. If namespace is null, this defaults to the current namespace. - - `method` - used to specify another method on target action to be invoked. If null, this defaults to execute method. - - `skipActions` - (optional) the list of comma separated action names for the actions that could be chained to. ### Examples -``` +```xml <package name="public" extends="struts-default"> <!-- Chain creatAccount to login, using the default parameter --> <action name="createAccount" class="..."> -- To stop receiving notification emails like this one, please contact ['"commits@struts.apache.org" <commits@struts.apache.org>'].