tags:

views:

7

answers:

0

Hi There,

Can any one tell me how do I get user inputs from jsf component which are placed inside tr:foreach tag?

I am trying to show multiple table where there are some fields which user can be input for it. I don't know how many table are going to display on page, because that decide at run time. So I put that table tag inside foreach tag. Now I want to reat each tables each record. But I am not able to do that because, there is no any binding attribute for foreach tag. Just sample code.....

Thank You, Navnath Kumbhar.