Writes a name/value pair to the URL or the parent tag.
<netui:parameter
name="string_name"
value="string_or_expression_value" />
value
attribute.
q=Socrates
<netui:anchor href="http://www.google.com/search"> Search Google with the query "Socrates" <netui:parameter name="q" value="Socrates" /> </netui:anchor>The URL produced appears below:
http://www.google.com/search?q=Socrates
[BEA_HOME]/weblogic81/samples/workshop/SamplesApp/WebApp/tagSamples/netui/parameter/index.jsp
[BEA_HOME]/weblogic81/samples/workshop/SamplesApp/WebApp/scriptContainer/index.jsp