validators get the value being validated passed in to them, not sure why you would need to get another formcomponent inside a validator.
-igor On Mon, May 17, 2010 at 7:29 AM, fachhoch <[email protected]> wrote: > > dynamic forms how can I identify individual component to validate them , in > fixed forms in my custom valiator I use > > getFormComponent("acdSentToDFI").getConvertedInput() > to retrieve the user entered value and validate it but in case of dynamic > forms how can I identify each component? > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/dynamic-forms-retrieve-a-component-for-validation-tp2219721p2219721.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
