Re: Iterating over a Collection of Collection of Bean

2006-11-14 Thread Rasika
; > -- > Gru?... >Tim. > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: htt

Re: Iterating over a Collection of Collection of Bean

2005-11-12 Thread Laurie Harper
Tim Teulings wrote: Hello! I want to display a property in my *jsp that is of type Collection (LinkedList) of Collection (LinkedList) of Bean - in principle a two dimensional matrix of Beans. I tried to use some code like X Y but this does not work as the second iterate cannot see the

Iterating over a Collection of Collection of Bean

2005-11-12 Thread Tim Teulings
Hello! I want to display a property in my *jsp that is of type Collection (LinkedList) of Collection (LinkedList) of Bean - in principle a two dimensional matrix of Beans. I tried to use some code like X Y but this does not work as the second iterate cannot see the iteration variable of