Persists the form data, redirects to the same page and retrieves the persisted data into the form, masking the GET request as a POST.
The persisted form data will only be available directly after the redirect.
Throws an exception when the persisted post data is no longer available.
The persisted form data will only be available directly after the redirect.
Throws an exception when the persisted post data is no longer available.
Syntax
Smartsite SXML | Copy Code |
---|---|
request.form.persistance.transfer() request.form.persistance.transfer(enum options) request.form.persistance.transfer(enum options, locator location) |
Parameters
Name | Data Type | Description |
---|---|---|
options | Enum |
The options.
Enum values:
|
location | Locator | The location to transfer to. |
Return Value
None.