Johan, I don't think a bookmarkable page will always be instantiated because of the diskpagestore.
Ryan Gravener http://twitter.com/ryangravener On Tue, Oct 14, 2008 at 6:56 PM, Johan Compagner <[EMAIL PROTECTED]>wrote: > Only when you have a bookmarkable url (or home page) and you press > refresh in the browser you will get a new page. > > The url you refresh points to an existing page instance and that one > is just rendered again, so no page construction is being done then > > On 10/14/08, jensiator <[EMAIL PROTECTED]> wrote: > > > > Hi > > I have a page that extends webpage, when I hit the browsers refresh > button > > the constuctor wont run. It only runs when I press the PageLink that > point > > to it. The constructor has a UUID as input parameter ( MyWebPage(UUID id) > ). > > Is it suppossed to be like that (working with onrender instead at a > > refresh). I've been searching the web for something about what to expect > of > > the constuctor invokation but I cant find anything about it. Please > point > > me to an basic article about it if there is on. > > Jens > > -- > > View this message in context: > > http://www.nabble.com/WebPage-constructor-tp19977659p19977659.html > > Sent from the Wicket - User mailing list archive at Nabble.com. > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >