Re: [Wicket-develop] BookmarkablePageLink.getUrl should be public

2006-09-11 Thread Johan Compagner
just call:getRequestCycle().urlFor(pageMap, pageClass, parameters);if you want a bookmarkable url for a page class.johanOn 9/11/06, jan_bar <[EMAIL PROTECTED]> wrote: Maybe the public getURL() is not needed, because it doesn't work as Iexpected, see user list "Get url of BookmarkablePageLink".Rega

Re: [Wicket-develop] BookmarkablePageLink.getUrl should be public

2006-09-11 Thread jan_bar
Maybe the public getURL() is not needed, because it doesn't work as I expected, see user list "Get url of BookmarkablePageLink". Regards, Jan "jan_bar" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi wicketeers, > > (wicket 1.2.2) is there any special reason why BookmarkablePageL

[Wicket-develop] BookmarkablePageLink.getUrl should be public

2006-09-11 Thread jan_bar
Hi wicketeers, (wicket 1.2.2) is there any special reason why BookmarkablePageLink.getUrl() is protected? I need to know the url outside the component. Should I fill change request? Thanks, Jan - Using Tomcat but need to