You may find
https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0
useful.
It has an entry about this change:
https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0#MigrationtoWicket6.0-FeedbackStorageRefactoring
Unfortunately this migration guide is not very detailed. It misses some
changes :-/

https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0
and
https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+8.0
are much better!


Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Mon, Mar 27, 2017 at 8:35 AM, Trejkaz <[email protected]> wrote:

> On Mon, Mar 27, 2017 at 5:27 PM, Martin Grigorov <[email protected]>
> wrote:
> > The only way I see is to
> > override org.apache.wicket.Component#getFeedbackMessages() to delegate
> > to org.apache.wicket.Session#getFeedbackMessages() but you will have to
> do
> > this for each and every component ...
> > Maybe it would be better to update your application code.
>
> I don't know about better... (multiple places now have to call
> getSession().info() where info() previously worked correctly)
>
> But it's at least a solution.
>
> TX
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to