You can use setDefaultFormProcessing(false) on the submitlink. That way you can manually trigger the validation of a single component.
Maurice On Fri, Apr 25, 2008 at 3:45 PM, nanotech <[EMAIL PROTECTED]> wrote: > > Hi All, > I have a Required TextField and SubmitLink inside a ListView (which is > dynamic). When I click the submit link for a row...it validates all the > text fields in List View rather than the textfield against that link (and > shows that field is required .) Is there a way to get around this ? > > Thanks, > RG > -- > View this message in context: > http://www.nabble.com/ListView-%2B-SubmitLink-%2B--RequiredTextField-tp16895761p16895761.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]
