RE: Page's Mounted URL

2013-05-01 Thread Colin Rogers
Ignore my last email - I was being dumb! "[wicket 6] Any shortcut to get full url ?" does have my answer...! Doh! Sorry! :) -Original Message- From: Bertrand Guay-Paquet [mailto:ber...@step.polymtl.ca] Sent: 02 May 2013 15:17 To: users@wicket.apache.org Subject: Re: Page

RE: Page's Mounted URL

2013-05-01 Thread Colin Rogers
-3.ILinkListener-settings-myLink") -Original Message- From: Bertrand Guay-Paquet [mailto:ber...@step.polymtl.ca] Sent: 02 May 2013 15:17 To: users@wicket.apache.org Subject: Re: Page's Mounted URL Have a look at RequestUtils#toAbsolutePath(). Also, look at the email on this

Re: Page's Mounted URL

2013-05-01 Thread Bertrand Guay-Paquet
Have a look at RequestUtils#toAbsolutePath(). Also, look at the email on this mailing list preceding yours titled "[wicket 6] Any shortcut to get full url ?" :) On 02/05/2013 1:06 AM, Colin Rogers wrote: Wicketeers, Where I have; mountPage( "path/to/myPage", MyPersonalPage.class ); mountPag

Page's Mounted URL

2013-05-01 Thread Colin Rogers
Wicketeers, Where I have; mountPage( "path/to/myPage", MyPersonalPage.class ); mountPage( "different/path/customPage", AnotherCustomPage.class ); I now have a Page class (i.e. MyPersonalPage) - how can I determine the mountPage String (i.e "path/to/myPage") ? I'm sure this should be simple, bu