I want to make an xhtml that returns a list of users and on the side a button will appear to select a certain user. Something like this:
+ ---------------------------- +
| ID | User | (Button)
+ ---------------------------- +
My question is: How do I loop a repeat in xhtml to build the page with all the objs that are inside the set and what is the best way to make the button reference the respective object of its line.
If anyone can help me. Thank you in advance.