How to get the object of UIcomponent used in JSF datatable?
- by Hari
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?