Tag Information
Tag Class org.ajax4jsf.taglib.html.jsp.ActionParam
TagExtraInfo Class None
Body Content JSP
Display Name None
Attributes
Name Required Request-time Type Description
noEscape false false java.lang.String If 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.
value false false java.lang.String An initial value or a value binding
converter false false java.lang.String ID of a converter to be used or a reference to a converter.
assignTo false false java.lang.String EL expression for updatable bean property. This property will be updated if the parent command component performs an actionEvent.
binding false false java.lang.String The attribute takes a value-binding expression for a component property of a backing bean
name false false java.lang.String A name of this parameter
id false false java.lang.String Every component may have a unique id that is automatically created if omitted