see ContainerFeedbackMessageFilter, baically each panel has its own
feedback panel and they each use the filter to only display messages
from their respective children.

-igor

On Fri, Oct 8, 2010 at 1:09 AM, Ben <benarje...@yahoo.com> wrote:
>
> I have 3 panels on a page, all 3 panels also have form in them.
> And I have a wicket form wrapping all 3 panels.
> On panel3 I have a submit button and in that submit logic I am validating
> panel 1 and panel 2 components. As I have the submit logic in panel3 the
> error messages are being displayed in panel3.
> But I want the error messages on the corresponding panels.
> eg. when I click the submit button on panel 3, if there are any validation
> errors on panel 1 then the error message should be displayed on the panel 1.
> How can i achieve this.
>
> Thanks,
> Ben
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/displaying-error-messages-on-respective-panel-tp2967989p2967989.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to