Re: [Wicket-user] creating a mountBookmarkablePage with PageMap

2007-01-18 Thread Johan Compagner
if you change that. Then do that on more places: BookmarkablePageLink (set the page map also needs the pagemap itself) And that is also stupid. The pagemap shouldn't be created when creating the link, only when clicking on it. and the urlFor methods? johan On 1/18/07, Igor Vaynberg <[EMAIL P

[Wicket-user] creating a mountBookmarkablePage with PageMap

2007-01-17 Thread Kadir Sener GUMUS
Hi, i want to mount a bookmarkablePage with custom pagemap parameter in Application.init() but as a normal result i am experiencing with no session error. Because PageMap.forName("") requires a session. so can i ask you what the method "*mountBookmarkablePage(String path, PageMap pageMap, Class bo

Re: [Wicket-user] creating a mountBookmarkablePage with PageMap

2007-01-17 Thread Igor Vaynberg
lol, yes i think someone got a bit overzealous with typesafety. please create a jira issue for it and we will change PageMap pageMap to String pageMapName -igor On 1/17/07, Kadir Sener GUMUS <[EMAIL PROTECTED]> wrote: Hi, i want to mount a bookmarkablePage with custom pagemap parameter in App