Dear Wicket gurus, Suppose I have two Wicket page, let's say page A and B, with the following simple navigation rule A --> B using something like
A. setResponsePage( new B() ) At compiles time A know B , but B does not know A. It there a way to get - at runtime - from page B the reference to caller A page instance? Basically I'm trying to implement something like the HTTP referer mechanism. Any ideas ? Thanks, Paolo