Re: [Wicket-user] custom PageMap

2007-04-12 Thread Dmitry Kandalov
Johan Compagner wrote: > > a page doesn't have a name just an id > > But i guess if you want one page that shouldn't expire (at least as long > as > the http session doesn't expire) > you could try to do that in 1.2 with the Page Eviction Strategy. So you > just > don't remove that page. > > j

Re: [Wicket-user] custom PageMap

2007-04-11 Thread Johan Compagner
a page doesn't have a name just an id But i guess if you want one page that shouldn't expire (at least as long as the http session doesn't expire) you could try to do that in 1.2 with the Page Eviction Strategy. So you just don't remove that page. johan On 4/11/07, Dmitry Kandalov <[EMAIL PROT

Re: [Wicket-user] custom PageMap

2007-04-11 Thread Dmitry Kandalov
Johan Compagner wrote: > > what do you mean never expire? > the page itself? (with 1.3 pages do never expire in the default setting) > > but if the http session expires then the page will go with it. For this > you > can use stateless components (like a stateless link or form) > > johan > Ye

Re: [Wicket-user] custom PageMap

2007-04-11 Thread Johan Compagner
what do you mean never expire? the page itself? (with 1.3 pages do never expire in the default setting) but if the http session expires then the page will go with it. For this you can use stateless components (like a stateless link or form) johan On 4/11/07, Dmitry Kandalov <[EMAIL PROTECTED]>

[Wicket-user] custom PageMap

2007-04-10 Thread Dmitry Kandalov
Hi, I have a stateful page that should be kind of bookmarkable. I'd like to make this page have certain name in PageMap and never expire. Is it a good idea? -- View this message in context: http://www.nabble.com/custom-PageMap-tf3557564.html#a9933914 Sent from the Wicket - User mailing list ar