Re: error(validatable)

2009-07-19 Thread Igor Vaynberg
; From: igor.vaynb...@gmail.com >> Date: Sat, 18 Jul 2009 09:14:24 -0700 >> Subject: Re: error(validatable) >> To: users@wicket.apache.org >> >> you have to set an itemreusestrategy to reuse dataview items, >> otherwise they are replaced by new ones every request

Re: error(validatable)

2009-07-18 Thread Igor Vaynberg
                    wicket:id="fb"> >                     > > > Is this enough for the error reported in in onValidate() for the validator > connected to the field > > with error(ivalidatable); should be displayed next to the field or does it > require something more?

RE: error(validatable)

2009-07-18 Thread Kenneth NA
te there i nor problem of showing the error but when I the later click the "submit" button the error is NOT displayed when they validator "kicks in". /Kenneth > From: russellsimpk...@hotmail.com > To: users@wicket.apache.org > Subject: RE: error(validata

RE: error(validatable)

2009-07-18 Thread Russell Simpkins
ive.se > To: users@wicket.apache.org > Subject: error(validatable) > Date: Sat, 18 Jul 2009 12:32:46 +0200 > > > > > Let's rephrase my problem. > > > > I connect a validator to a TextField in a DataView (inside populateItem() and > connect a ComponentFeedback

error(validatable)

2009-07-18 Thread Kenneth NA
Is this enough for the error reported in in onValidate() for the validator connected to the field with error(ivalidatable); should be displayed next to the field or does it require something more? error(validatable, "an_error_occured"); Why I w