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
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..
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