Re: Exception with Wicket 7.5.0 when FeedbackMessage is rendered

2017-12-08 Thread Tom Götz
Ok, that problem seemed to be related to the wicket-bootstrap library, which we also use. An upgrade of that dependency from 0.10.7 to 0.10.16 solved the problem. Cheers, Tom > On 08.12.2017, at 09:21, Tom Götz wrote: > > I have not tried, but I guess this only happens

Re: Exception with Wicket 7.5.0 when FeedbackMessage is rendered

2017-12-08 Thread Tom Götz
I have not tried, but I guess this only happens in our application’s setup/environment. Just need a starting point for debugging, as something must have changed between Wicket 7.4.0 and 7.5.0 that causes a different behaviour in our app. Just asking here and hoping that someone else might have

Re: Exception with Wicket 7.5.0 when FeedbackMessage is rendered

2017-12-08 Thread Maxim Solodovnik
Hello Tom, maybe you can create quickstart http://wicket.apache.org/start/quickstart.html demonstrating this? On Fri, Dec 8, 2017 at 3:00 PM, Tom Götz wrote: > Hi there, > > starting with Wicket 7.5.0 we get a WicketRuntimeException whenever a > FeedbackMessage is rendered in

Exception with Wicket 7.5.0 when FeedbackMessage is rendered

2017-12-08 Thread Tom Götz
Hi there, starting with Wicket 7.5.0 we get a WicketRuntimeException whenever a FeedbackMessage is rendered in our global FeedbackPanel that we use in our pages. Everything is fine if there are not messages, but as soon as there is any message to be rendered, we get this: