You could try adding a hidden field and register a validator to that field...
I have no idea if that would work though.... Martijn On Tue, Mar 24, 2009 at 4:12 PM, triswork <[email protected]> wrote: > > One of my forms is used to dynamically construct a linked list using Ajax. > > I would like to apply some form of validation to this form that will show an > error unless the size of the list is greater than 0. > > The trouble is that there is no form component that I can add my validator > to. Is there a sensible way to do this? > -- > View this message in context: > http://www.nabble.com/Form-validation-without-a-form-component-tp22682572p22682572.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] > > -- Become a Wicket expert, learn from the best: http://wicketinaction.com Apache Wicket 1.3.5 is released Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
