Re: Feedback Messages across Requests / Problem

2015-05-06 Thread Patrick Davids
Hm... yes, already thought about a similar solution, but I would like to avoid any custom feedback handlings. I like the way wicket does. The only custom requierment I have is, just showing 1 message. I think the problem I is more related to the "across requests" issue in combination with "aja

Re: Feedback Messages across Requests / Problem

2015-05-05 Thread Ernesto Reinaldo Barreiro
Store messages somewhere else? And on constructor check if there are any and add them to the page? On Tue, May 5, 2015 at 11:49 AM, Patrick Davids < patrick.dav...@nubologic.com> wrote: > Hi all, > > I have have a quite complicated feedback message case here. > Could someone help me, please... >

Feedback Messages across Requests / Problem

2015-05-05 Thread Patrick Davids
Hi all, I have have a quite complicated feedback message case here. Could someone help me, please... We only want to show a single feedback message. No matter, how much errors a form validation procudes. So, I use setMaxMessages(1) on the feedback panel. To avoid having them all showed up one b