On Tue, Jul 20, 2010 at 11:47 AM, Igor Vaynberg <igor.vaynb...@gmail.com> wrote:
> yes, you are on the right track. i just described this to someone in
> irc not a few days ago...
>
> override application.newajaxrequesttarget
> register your listener
> in listener onbeforerespond check if there are any messages -
> getsession().getfeedbackmessages().size()>0
> visit all components in the page and look for IFeedback and add them
> to the target if they have setoutputmarkupid(true) - too late to force
> it to true at this point.
>

Very cool!  This will clean up some of my code.  Guess I should have
dug a bit more when I wrote it the first time. :)  Then again, I was
probably just a young (er) Wicketeer way back then.

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

Reply via email to