Re: form-specific feedback

2008-04-11 Thread Michael Sparer
>> free. P6070214 >> > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > - M

Re: form-specific feedback

2008-04-10 Thread Enrique Rodriguez
ComponentFeedbackPanel in org.apache.wicket.markup.html.panel. Use your Form instances in the constructor to filter messages. Enrique On Thu, Apr 10, 2008 at 1:26 PM, Andrew Broderick <[EMAIL PROTECTED]> wrote: > Hi, > > I have two forms on the same page, that are two different classes. Each us

form-specific feedback

2008-04-10 Thread Andrew Broderick
Hi, I have two forms on the same page, that are two different classes. Each uses a FeedbackPanel. The problem is, if one of them is submitted, and error("blah") is called somewhere in the onSubmit(), they both display the message! How can I make each form only display its own messages? Thanks