Fork me on GitHub
<< back to Core Developers Guide Edit on GitHub

Postback Result

Description

A result that renders the current request parameters as a form which immediately submits a postback to the specified destination.

Parameters

Examples

<action name="registerThirdParty" >
    <result type="postback">https://www.example.com/register</result>
</action>

<action name="registerThirdParty" >
    <result type="postback">
        <param name="namespace">/secure</param>
        <param name="actionName">register2</param>
    </result>
</action>