Hi,

Please create a ticket and attach the quickstart there.
It may get lost here ...
Thanks!

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

On Thu, Jan 15, 2015 at 1:05 PM, <guy.wu...@sensirius.com> wrote:

> Hi,
>
> please find attached a quickstart project.
>
> regards,
> Guy
>
>
> On 2015-01-15 10:39, guy.wu...@sensirius.com wrote:
>
>> Hi,
>>
>> Wicket 6.18 seems to break the behaviour when using a CryptoMapper:
>> the feedback messages are cleared for pages that don't use the
>> CryptoMapper.
>>
>> This was added to WicketApplication.init():
>>
>>   mountPage("page1", Page1.class);
>>   setRootRequestMapper(new CryptoMapper(getRootRequestMapper(), this));
>>   mountPage("page2",Page2.class);
>>
>> Both pages contain a form and a FeedbackPanel.
>> With Wicket 6.17 there are no problems. When using Wicket 6.18, no
>> feedback messages are displayed on Page2.
>>
>> Regards,
>> Guy
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>

Reply via email to