Home > Contents > Index >
satellite:parameter
Argument tag that supplies arbitrary parameters to a parent tag. The similar tag,
<satellite:argument>
is deprecated and should no longer be used.Syntax
<satellite:parameter name="argument name" value="argument value" />Parameters
name (required)
- Name of argument
value (required)
- Value of argument
Description
Argument tag that supplies arbitrary parameters to a parent tag.
Error Numbers
There are no possible
errno
for this tag.Example
This simple example shows how to create a simple link tag with c and cid parameters.
<satellite:link> <satellite:parameter name="c" value="Article"/> <satellite:parameter name="cid" value="123123123"/> </satellite:link>See Also
satellite:link
satellite:preference
ics:argument
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.