Hi,

There is a fresh ticket about this:
https://issues.apache.org/jira/browse/WICKET-4995
It will be addressed soon.


On Fri, Feb 1, 2013 at 9:26 AM, Nemat Rakhmatov
<nemat.rakhma...@gmail.com>wrote:

> I've migrated my project from wicket 1.4.x and found out that pages are
> created two times. Noticed in my log file the same sql statements running
> two times for one request. The problem nailed down to CryptoMapper.
>
> If I add CryptoMapper to my application in init() like this:
>
>             IRequestMapper cryptoMapper = new
> CryptoMapper(getRootRequestMapper(),
> this);
>             setRootRequestMapper(cryptoMapper);
>
> My pages are instantiated two time for one click.
>
> I've checked this behavior both on wicket 6.5 and 6.5.
>
> Any ideas?
>
> Thanks,
> Nemat
>
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/CryptoMapper-problem-on-wicket-6-x-tp4655991.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com <http://jweekend.com/>

Reply via email to