RE: dynamic jwcid

2008-09-25 Thread Ken in nashua
Specifying an id="" worked... I was able to call my java method to get a custom id. public String getImageComponentId () { return "Image_" + new Integer (getIndex()).toString(); } Best regards Ken in nashua From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: RE: dynamic jwcidDate: Thu, 25 S

RE: dynamic jwcid

2008-09-25 Thread Ken in nashua
This is for t-4.1.6 I do not want tapestry choosing my ID's. I want to assign my own within a for collection loop.Best regards Ken in nashua From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: dynamic jwcidDate: Thu, 25 Sep 2008 15:06:31 -0400 Folks, I just noticed my gallery widget is failing..

dynamic jwcid

2008-09-25 Thread Ken in nashua
Folks, I just noticed my gallery widget is failing... WHY? Because the jwcid gets reset on every render I am rendering a collection of 80,000 objects But I only display 4 per page When I page to offset 10, the jwcid for my image'S start from 1 instead of 10. My getElementByID calls ar