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]
