Re: [Tobago] for loop or each

2007-03-12 Thread Wong, Emmanuel \(Sam\)
Hi: I have a bean contains a list within a list. For example: public class storeFront { private listimageContentBox imageContentBox; } Public class imageContentBoxBean{ private listEmployee arrayList1; private list Employee arrayList2; }

[Tobago] for loop or each

2007-03-05 Thread Wong, Emmanuel \(Sam\)
Hi: Is there a for loop or for each examples in Tobago or my faces? I have for records of information to print, but if I use tc:sheet, I was not able to put a nice html page format for all the records. Thanks. -- Sam Wong

Re: [Tobago] for loop or each

2007-03-05 Thread MichaƂ 'Gandalf' Stawicki
Hi, take a look here: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/foreach/src/main/ regards, michael On 05/03/07, Wong, Emmanuel (Sam) [EMAIL PROTECTED] wrote: Hi: Is there a for loop or for each examples in Tobago or my faces? I have for records of information to

Re: [Tobago] for loop or each

2007-03-05 Thread madan chowdary
:09:04 PM Subject: [Tobago] for loop or each [Tobago] for loop or each Hi: Is there a for loop or for each examples in Tobago or my faces? I have for records of information to print, but if I use tc:sheet, I was not able to put a nice html page format for all the records