Ajax4jsf ( Legacy URL )
Tag repeat




Tag Information
Tag Classorg.ajax4jsf.taglib.html.jsp.AjaxRepeat
TagExtraInfo ClassNone
Body ContentJSP
Display NameAjax-enabled repeater

Attributes
NameRequiredRequest-timeTypeDescription
ajaxKeysfalsefalsejavax.el.ValueExpression
(must evaluate to java.util.Set)
This attribute defines row keys that are updated after an AJAX request.
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The attribute takes a value-binding expression for a component property of a backing bean
componentStatefalsefalsejavax.el.ValueExpression
(must evaluate to org.ajax4jsf.model.DataComponentState)
It defines EL-binding for a component state for saving or redefinition.
firstfalsefalsejavax.el.ValueExpression
(must evaluate to int)
A zero-relative row number of the first row to display
idfalsefalsejava.lang.StringEvery component may have a unique id that is automatically created if omitted
renderedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
If "false", this component is not rendered
rowKeyConverterfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.convert.Converter)
Converter for a row key object
rowKeyVarfalsefalsejava.lang.StringThe attribute provides access to a row key in a Request scope.
rowsfalsefalsejavax.el.ValueExpression
(must evaluate to int)
A number of rows to display, or zero for all remaining rows in the table
stateVarfalsefalsejava.lang.StringThe attribute provides access to a component state on the client side.
valuefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
The current value for this component.
varfalsefalsejava.lang.StringA request-scope attribute via which the data object for the current row will be used when iterating

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.