CodeCharge Studio

setRedirectString Method (Java)

Applies to

Page Object

Syntax

public void setRedirectString(java.lang.String redirect);

Parameters

Name Type Description
redirect String The URL string for redirect.

Description

This method specifies the URL string for redirect. The redirection occurs before the On Initialize View event is called. It is recommended to set variable values in the After Initialize event or any submit processing event of page components.


On-line, printable versions and updates