Hi,

now i have to retrieve the h:columns values for each row,how can i do it?
Please help me,i've started so but there is some error,each values is null!!
For generating columns i've used..
...

I don't know what exactly you mean by ',each values is null!!'


                        .createValueBinding("#{biosampleItem[" + i + "]}");
        input.setValueBinding("value", myItem);

the expression means you should have a List, an Array or a Map
avaliable in the context,
(is 'biosampleItem' the var attribute of your datatable?)
and the value of your input is the element at index, or key, 'i' in this.

please post the related jsf  code.

regards
   Volker

Reply via email to