Re: Addressing of components inside a For-loop in a listener

2006-11-02 Thread Patrick Klein
Hi! > Normaly getClientId() would give you the unique id (at least the id > that denotes the correspondig html element). But see my last post, > about troubles with it. > Eventough it would output the correct value, you have do handle the id > inside the loop for generating you custom validation co

Re: Addressing of components inside a For-loop in a listener

2006-11-02 Thread Robert Binna
Hi! Normaly getClientId() would give you the unique id (at least the id that denotes the correspondig html element). But see my last post, about troubles with it. Eventough it would output the correct value, you have do handle the id inside the loop for generating you custom validation code,

Addressing of components inside a For-loop in a listener

2006-11-02 Thread Patrick Klein
Hi! I got a small problem with a Tapestry application regarding components in a for-loop. Inside this loop reside a couple of TextFields and PropertySelection which i need to validate after all the data is written to the beans. Problem now is that i need to address the components to show the user