Siebel Self-Service Application Developer's Guide > Customizing Menus for Siebel Self-Service Applications >

Using the af:goLink Tag for Navigating to Secure and Nonsecure Pages


An application can have both secure (SSL-enabled) and nonsecure (not SSL-enabled) pages. Depending on the page type, a request must be forwarded to either a secure or nonsecure server.

To do so, generate the destination for the af:goLink tag by using one of the APIs in Table 11.

Table 11. APIs for Generating Page Destinations
API
Destination Page Is SSL Enabled

sessionBean.secureURL['filename']

Yes

sessionBean.nonsecureURL['filename']

No

Both of these APIs return absolute URLs.

Siebel Self-Service Application Developer's Guide Copyright © 2010, Oracle and/or its affiliates. All rights reserved. Legal Notices.