submit works on forms not fields. This is basic HTML. So you need to make each row a form instead of all rows in the form.
Martijn On 4/25/08, 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] > > -- Buy Wicket in Action: http://manning.com/dashorst Apache Wicket 1.3.2 is released Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.2 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
