Hi,

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.

Thanks,
Daniel P.

-----Ursprüngliche Nachricht-----
Von: Lance Java [mailto:[email protected]] 
Gesendet: Mittwoch, 27. Mai 2015 15:47
An: Tapestry users
Betreff: Re: AW: Getting a client side id from my component zone (used in loop)

Can you explicitly generate your own clientids?

Eg:
<t:loop index="index" ...>
<t:zone t:id="contentZone" id="prop:myZoneId"> <t:textArea 
t:zoneToUpdate="prop:myZoneId" />

Java

@Property
int index;

public String getMyZoneId() {
return "foo" + index;
}

Reply via email to