Hi!

I have a problem or suggestion.

I have made a custom component which has a Grid embedded.

Now I render multiple times my cusom components.

The GridPager of those rendered Grids interfer with each other.
If I click on one Grip page the others will be changed too.

If I look into the html code I see that the grid Id for all rendered grids
is the same.

So I extended the Grid java class by adding a parameter clientId which will
be the div id of the grid
and I assign it my component id from which this is embedded.

Now it works!
Is there another way to deal with this problem or should I submit a
bug/feature request for the grid class?

Thanks Oli
-- 
View this message in context: 
http://tapestry-users.832.n2.nabble.com/Grids-embedded-in-custom-component-interfer-with-each-other-tp5376183p5376183.html
Sent from the Tapestry Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to