Hi Hasnain,

i'm not sure if i understand you correct, but if so : yes why not.

If you have a (1.5 Syntax) ArrayList<ArrayList<String>> you can do:

<h:dataTable value="#{bean.list}" var="innerList" ...>
  <h:column>
    <h:outputText value="#{innerList[0]}"/>
  </h:column>
  <h:column>
    <h:outputText value="#{innerList[1]}"/>
  </h:column>
  ...


Regards,
  Volker

Hasnain Badami wrote:
> hi
> 
> I want to specify an ArrayList of ArrayLists as the value for my data
> table.
> Can an arraylist of arraylists be used and how?  any help shall be highly
> appreciated.
> 
> Hassnain
> 

-- 
Don't answer to From: address!
Mail to this account are droped if not recieved via mailinglist.
To contact me direct create the mail address by
concatenating my forename to my senders domain.

Reply via email to