Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | DSPs and building output templates | Using Output Templates to Format Service Output | %validConst%
 
%validConst%
You use the %validConst% tag to specify a list of external URLs that will be permitted for redirection from the page.
Syntax
%validConst url(url1,url2,...,urln)%
%endvalidConst%
Arguments
url(url1,url2,...urln)% is one or more URLs to which the page can be redirected. Use a comma-separated list to specify more than one URL.
Effect on Scope
None
Examples
The following example shows how to allow the page to redirect to the URLs http://example.com, http://example.org, and http://example.net:
.
.
.
%validConst url(http://example.com,http://example.org,http://example.net)
%endvalidConst
.
.
.