Wiki Markup |
---|
{scrollbar} |
This action is used within an action sequence to allow calling of other action sequences in much the same way as a programming "GoSub". SubActions are executed synchronously.
...
OPTIONAL
action-url-component -- specifies the action url in replacement of "ViewAction?"
session-proxy -- the name of the input field to use as a new session name in the sub action
Any input names from the calling .xaction that are desired to be passed to the called .xaction. The called action sequence can get access to the inputs as request inputs.
...