Value List Handler
Tag addParam


Setter of any params to parant tag such as root, or action.

Example Action

<vlh:action url="\delete.do?" customParameters="<%=customParams%>"> This is a link </vlh:action>

Example Root

<vlh:root url="?" customParameters="<%=customParams%>"> </vlh:root>


Tag Information
Tag Classnet.mlw.vlh.web.tag.AddParamTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
namefalsetruejava.lang.StringThe name of the parameter used in rendered URL.
propertyfalsetruejava.lang.StringThe dynamic value of the parameter. The name of the dynamic property, which values are used like the attribute value, but dynamicaly retrevied for the each row.
valuefalsetruejava.lang.StringThe static value of the parameter.
tempfalsetruebooleanAdd ACTION_TEMP_PARAM prefix to the name of parameter.

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.