Hi,
I have a form which contains input fields (e.g. PropertySelection
components) within For loops.
I need to perform some custom validation, which sometimes acts across
several fields. I usually implement single-field validation through
validators, and cross-field validation in the listener (this is
necessary because i cannot validate against other fields if the
corresponding property value has not been set yet)
The problem I am facing with fields nested in loops is that i do not
have access to the corresponding components (I need the component to
pass to the validation delegate) through getComponent(id). Only the last
iteration component is available, the previous one are gone.
Is there any way to retrieve all components within the For loop?
I hope this is clear enough, not really easy to explain...
Any help appreciated
Thx
Ch.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]