Home > Contents > Index >  
Template Tags TOC   |    Alpha TOC   |    Tag Family TOC   |    Purpose TOC   |    Annotated TOC   |    Index 

 

ics:encode

Builds a URL string from a base and key/value pairs.

Syntax

Parameters

base (required)
Base of the URL.

session (optional)
Specifies to include the session ID in the URL when set to true. Set this parameter to true if the session ID is required by the client.

output (optional)
Specifies an optional output variable. If this parameter is not specified the output is streamed to the browser.

Description

This tag builds a URL string from a base and key/value pairs. The keys and values are encoded as required and the session ID can be added optionally.

Error Numbers

There are no possible errno for this tag.

Example

The browser displays:

See Also

ics:argument

   Home > Contents > Index >

Oracle JSP Tag Reference
Copyright (c) 2013, 2016 Oracle and/or its affiliates. All rights reserved.