html
Tag param


Adds a parameter to the following tags:

  1. <html:frame>
  2. <html:link>
  3. <html:rewrite>

Since:
Struts 1.3.6


Tag Information
Tag Classorg.apache.struts.taglib.html.ParamTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
name

The String containing the name of the request parameter.

 
Required: true
Request-time: false
Type: java.lang.String
value

The value of the request parameter specified by the name attribute, whose return value must be a String or String[] that will be dynamically added to this hyperlink.

 
Required: false
Request-time: false
Type: java.lang.String

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.