I have such code in my JSF template:
<h:form> <table id="users" cellspacing="0"> <a4j:repeat var="person" value="#{personList}"> <tr> ...