Re: form-specific feedback

2008-04-11 Thread Michael Sparer
-on-tech.blogspot.com -- View this message in context: http://www.nabble.com/form-specific-feedback-tp16619365p16626240.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

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

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 uses