I think I already know what I did wrong. I put passed the Track to the page through the session object and then invoke setResponsePage(TrackMapPage.class).
Instead I should construct a new TrackMapMage object with the track and call setResponsePage with that object. So: setResponsePage(new TrackMapPage(track)); > From: "Johan Compagner" <[EMAIL PROTECTED]> > Subject: Re: [Wicket-user] open link in new window... > To: wicket-user@lists.sourceforge.net > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="iso-8859-1" > > works fine for me as far as i can see > > the right click on the first show tracks on map opens: > http://gpstracks.wamblee.org/gpstracks/app?wicket:bookmarkablePage=wicket-0:wicket.quickstart.TrackMapPage > and that is with a redirect. So that is fine. > > But how do you get the state (which track to display) to that > TrackMapPage? > > Because if i do a refresh of that above url.. What do you show? > > johan > > > ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user