Home > Contents > Index >
ics:getnamespace
Streams the current namespace prefix to the browser. If the output attribute is given, the namespace is set into the variable name.
Syntax
<ics:getnamespace output="outputvar"/>Description
Streams the current namespace prefix to the browser. If the output attribute is given, the namespace is set into the variable name. The namespace string is usually used for building portlets, but it can safely be used in servlet-based pages.
Error Numbers
There are no possible
errno
for this tag.Example
The following example prefixes the name of a JavaScript function with the namespace string.
function <ICS.NAMESPACE>doMyThing() { alert("hello world"); }Release Introduced
This tag was introduced in CS release 6.2.1.
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.