create a feedback panel for each formcomponent and give it a filter that only filters messages for that component.
-igor On Fri, Jun 27, 2008 at 3:31 AM, wch2001 <[EMAIL PROTECTED]> wrote: > > hi all, > > When i use feedbackPanel, it shows the error message together like: > > > > * 'sgj' is not a valid Integer. > * '(123sdgj' is not a valid US phone number > > how can i do the setting, so the error message can go to the correct place. > like > error: * 'sgj' is not a valid Integer. will be showed before/after the > Integer field, > error: * '(123sdgj' is not a valid US phone number will be shown > before/after the Phone number field, > > thanks a lot > > -- > View this message in context: > http://www.nabble.com/in-feedbackPanel-%2C-how-to-do-the-setting-so-the-error-message-can-be-displayed-seperate--tp18152254p18152254.html > Sent from the Wicket - Dev mailing list archive at Nabble.com. > >
