Re: Ajax refresh and feedback panel

2017-12-02 Thread Martin Makundi
> > > The question is not very clear (to me). > > I've closed your ticket for the same reason. > Please try to clarify the problem or the feature here (or at dev@) before > creating tickets! > My apologies for a brief ticket. Let's try to elaborate: In Component you have special processing for

Re: Ajax refresh and feedback panel

2017-12-02 Thread Martin Grigorov
Hi, The question is not very clear (to me). I've closed your ticket for the same reason. Please try to clarify the problem or the feature here (or at dev@) before creating tickets! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Sat, Dec 2, 2017 at 3:15 PM,

Ajax refresh and feedback panel

2017-12-02 Thread Martin Makundi
Hi! For normal rendering we have: /** * We need to postpone calling beforeRender() on components that implement {@link IFeedback}, to * be sure that all other component's beforeRender() has been already called, so that IFeedbacks * can collect all feedback messages. This is the key under list of