Koen Segers <KoenSegers <at> scarlet.be> writes: > > I have a foreach in a form object. > > One of the components in this foreach is wrong. How can I tell the validator > which component is incorrect? > I know how to do it with components that aren't in a foreach...
You should use a ListEditMap instead. It allows you to specify a listener which will be called for each row. You may perform the row-level validation there. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
