How do I know which element is clicked in ui:repeat?
Posted
by Nitesh Panchal
on Stack Overflow
See other posts from Stack Overflow
or by Nitesh Panchal
Published on 2010-05-08T15:28:12Z
Indexed on
2010/05/08
17:28 UTC
Read the original article
Hit count: 161
In JSF, we can bind HtmlDataTable
to backing bean and get the row data. But ui:repeat
doesn't even have a binding attribute. So, how do I know which row (element) is clicked in ui:repeat
?
© Stack Overflow or respective owner