Re: AW: AW: Getting a client side id from my component zone (used in loop)

2015-05-27 Thread Thiago H de Paula Figueiredo
On Wed, 27 May 2015 11:12:04 -0300, Poggenpohl, Daniel wrote: that could be a method for knowing which zone to update, because I know the db id of the represented object. I'll check this out. Yep, that's a good idea. If you really to use the HTML ids of HTML elements generated by Tapestr

AW: AW: Getting a client side id from my component zone (used in loop)

2015-05-27 Thread Poggenpohl, Daniel
estry users Betreff: Re: AW: Getting a client side id from my component zone (used in loop) Can you explicitly generate your own clientids? Eg: Java @Property int index; public String getMyZoneId() { return "foo" + index; }

Re: AW: Getting a client side id from my component zone (used in loop)

2015-05-27 Thread Lance Java
Can you explicitly generate your own clientids? Eg: Java @Property int index; public String getMyZoneId() { return "foo" + index; }

AW: Getting a client side id from my component zone (used in loop)

2015-05-27 Thread Poggenpohl, Daniel
Hi again once more, it's probably because I'm agitated at the moment, but I also can't seem to extract a client side id from the zone that I want to update. My mixin receives the Zone as a parameter and zone.getClientId() is called when I want to initialize the editor. This always returns null,