Re: dynamically adding validators to TextFields in a ListView

2010-08-19 Thread Igor Vaynberg
ndered. I have a workaround, but it is > ugly. Any sugestions? > > -Original Message- > From: Igor Vaynberg [mailto:igor.vaynb...@gmail.com] > Sent: Wednesday, August 18, 2010 10:40 PM > To: users@wicket.apache.org > Subject: Re: dynamically adding validators to TextFields

RE: dynamically adding validators to TextFields in a ListView

2010-08-19 Thread Warren Bell
...@gmail.com] Sent: Wednesday, August 18, 2010 10:40 PM To: users@wicket.apache.org Subject: Re: dynamically adding validators to TextFields in a ListView whatever is creating the textfield should add the appropriate validator -igor On Wed, Aug 18, 2010 at 10:01 PM, Warren Bell wrote: > I hav

Re: dynamically adding validators to TextFields in a ListView

2010-08-18 Thread Igor Vaynberg
whatever is creating the textfield should add the appropriate validator -igor On Wed, Aug 18, 2010 at 10:01 PM, Warren Bell wrote: > I have a ListView that adds one TextField to each ListItem. These > TextFields need to have different types of validators added to them > depending on a condition.