How to get the object of UIcomponent used in JSF datatable?

Posted by Hari on Stack Overflow See other posts from Stack Overflow or by Hari
Published on 2010-05-03T13:09:00Z Indexed on 2010/05/03 14:08 UTC
Read the original article Hit count: 181

Filed under:

In my application I am using a h:dataTable which contains a <h:selectOneMenu> and a <h:inputText>. I am binding the h:dataTable with a bean property. My question is, can we get the object of those components in a particular row with the help of h:dataTable's bound property in managed bean?

© Stack Overflow or respective owner

Related posts about jsf