Re: Issue with serialization of a page

2016-03-10 Thread Bas Gooren
Hi Daniele, In general I would not rely on a page not being serialized, as you have no control over the timing of serialization :-) We always generate a UUID for each object we need to track and store it in global state (e.g. a static final ConcurrentHashMap on the

Re: Wicket Bootstrap & wicket 7.2

2016-03-10 Thread Martin Grigorov
Thanks for sharing! Have fun! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Thu, Mar 10, 2016 at 9:16 AM, nino martinez wael < nino.martinez.w...@gmail.com> wrote: > Ok did some further digging.. And this seems to be related to an error > in a

Re: Wicket Bootstrap & wicket 7.2

2016-03-10 Thread nino martinez wael
Ok did some further digging.. And this seems to be related to an error in a IComponentOnBeforeRenderListener which we use for prettyfying form errors.. SO this is not related to bootstrap or wicket itself.. On Thu, Mar 10, 2016 at 12:12 AM, Martin Grigorov wrote: >