Ajax4jsf ( Legacy URL )
Tag actionparam


A combination of the functionality of two JSF tags, <f:actionListener>; and <f:param>. At the render phase, it's decoded by parent component (<h:commandLink>; or like) as usual. <br /> At the process request phase, if the parent component performs an action event, update the value specified in the "assignTo" attribute as its value. <br /> If a converter attribute is specified, use it to encode and decode the value to a string stored in the html parameter. <br />


Tag Information
Tag Classorg.ajax4jsf.taglib.html.jsp.ActionParam
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
noEscapefalsefalsejava.lang.StringIf set to true, the value will not enclosed within single quotes and there will be no escaping of characters. This allows the use of the value as JavaScript code for calculating value on the client-side. This doesn't work with non-AJAX components.
valuefalsefalsejava.lang.StringAn initial value or a value binding
converterfalsefalsejava.lang.StringID of a converter to be used or a reference to a converter.
assignTofalsefalsejava.lang.StringEL expression for updatable bean property. This property will be updated if the parent command component performs an actionEvent.
bindingfalsefalsejava.lang.StringThe attribute takes a value-binding expression for a component property of a backing bean
namefalsefalsejava.lang.StringA name of this parameter
idfalsefalsejava.lang.StringEvery component may have a unique id that is automatically created if omitted

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.