RE: T5: nested loops don't work (can't figure this one out)

2008-03-28 Thread Britske
+maxListsize, list.size(; Gotta love those! -Original Message- From: Britske [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2008 2:25 PM To: users@tapestry.apache.org Subject: T5: nested loops don't work (can't figure this one out) Hi, I'm breaking my head

T5: nested loops don't work (can't figure this one out)

2008-03-27 Thread Britske
Hi, I'm breaking my head on this one. I have 2 nested loops where the value of the outer loop is used as the source of the inner loop. The problem is that getCurPhotoAsThumb() is never called (as noticed by debugging) thus nothing is rendered. I've made sure that getCurThumbSublist() has at

Re: T5: nested loops don't work (can't figure this one out)

2008-03-27 Thread Howard Lewis Ship
That should work just fine. Nothing jumps out at me as being wrong. In fact, I just tried a simplified test case and it worked fine: public Object[][] getData() { return new Object[][] { { fred, flintstone }, { barney, rubble } }; }

RE: T5: nested loops don't work (can't figure this one out)

2008-03-27 Thread Jonathan Barker
] Sent: Thursday, March 27, 2008 2:25 PM To: users@tapestry.apache.org Subject: T5: nested loops don't work (can't figure this one out) Hi, I'm breaking my head on this one. I have 2 nested loops where the value of the outer loop is used as the source of the inner loop. The problem

Re: T5: nested loops don't work (can't figure this one out)

2008-03-27 Thread Howard Lewis Ship
(counter+maxListsize, list.size(; Gotta love those! -Original Message- From: Britske [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2008 2:25 PM To: users@tapestry.apache.org Subject: T5: nested loops don't work (can't figure this one out) Hi, I'm