Hi,

Wild guess: you have a reference to non-initialized page (
https://issues.apache.org/jira/browse/WICKET-5415)
Non-initialized pages are not stored because they were not rendered.

Try with page.internalInitialize() before page.getPageReference().

Martin Grigorov
Wicket Training and Consulting


On Tue, Jan 14, 2014 at 5:02 PM, Marco Di Sabatino Di Diodoro <
marco.disabat...@tirasa.net> wrote:

> Hi all,
>
> We upgrade Apache Syncope to Wicket 6.13.0 and PageReference#getPage is
> now returning null instead of the expectedPage instance [1].
> What has changed from 6.12.0?
>
> [1] https://issues.apache.org/jira/browse/SYNCOPE-476
>
> Thanks
> Marco
> --
> Dott. Marco Di Sabatino Di Diodoro
> Tel. +39 3939065570
>
> Tirasa S.r.l.
> Viale D'Annunzio 267 - 65127 Pescara
> Tel +39 0859116307 / FAX +39 0859111173
> http://www.tirasa.net
>
> Apache Syncope PMC Member
> http://people.apache.org/~mdisabatino/
>
>

Reply via email to