Re: JSF Bean return value as a array?
Posted By:
Anonymous
Posted On:
Monday, March 17, 2008 07:59 AM
yes you can return array from java bean and let the datatable to handle that in the from end jsf component .
and if you want to pass array in script you can use datatable component id to retrieve the value from array.
Thanks