Those pages are in a different WebApplication? Then they also should have a different wicket session. So you have 2 applications in 1 webapp? Just like our examples?
Hmm need to check something out then, because if they share the same http session then the application should be in the name of the diskpage store i guess. On 5/29/08, xiefei <[EMAIL PROTECTED]> wrote: > > These two pages are in different WebApplication and are definitely different > subclasses of WebPage. > > > ---------------------------------------- >> Date: Thu, 29 May 2008 13:30:30 +0200 >> From: [EMAIL PROTECTED] >> To: [email protected] >> Subject: Re: two pages have same id in the default pagemap >> >> is the page really created twice? >> >> Or is it the same page really but you just few it through 2 browsers? >> If you page version works correctly then in 1.3+ this shouldnt be any >> problem >> You can create a pagemap per window if you want. by creating a page in a >> different pagemap >> >> johan >> >> >> 2008/5/29 xiefei : >> >>> Not sure whether this is a bug or not. >>> >>> I have two wicket WebAppilcation in one webapp. When I open two browser >>> window each pointing to a page in one of them, >>> >>> they both get "id=0" in the default pagemap. Then in the subsequent >>> requests Session.getPage() sometimes return wrong page. >>> >>> Maybe I should assign an individual pagemap for each wicket >>> WebApplication? >>> and how ? >>> >>> wicket version is 1.4m1 >>> _________________________________________________________________ >>> Windows Live Photo gallery 数码相机的超级伴侣,轻松管理和编辑照片,还能制作全景美图! >>> http://get.live.cn/product/photo.html > > _________________________________________________________________ > 多个邮箱同步管理,live mail客户端万人抢用中 > http://get.live.cn/product/mail.html > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
