Yes, Now the urls are like:
https://lilo:8443/whisky/app/plist/.1.2
https://lilo:8443/whisky/app/plist/.1.3  ...etc...these are much better than
earlier. thx.

However, they are not bookmarkable, if I start the new browser and point the
folloing url:
https://lilo:8443/whisky/app/plist/.1.3

It always takes me to the first page, How do i make these navigated urls 
bookmarkable as well?

thanks,  



Johan Karlberg wrote:
> 
> In your application class's init method, mount the page with an 
> appropriate URL strategy. I have mounts like these in my current code.
> 
> mount(new HybridUrlCodingStrategy("/plist", PlistPage.class));
> 
> Johan
> 
> chickabee wrote:
>> I have the nice url:
>> https://lilo:8443/whisky/app/plist/
>> 
>> When I go to the next page using the page navigator then the url becomes:
>> https://lilo:8443/whisky/app/?wicket:interface=:16:1:::
>> 
>> When I go to next page again  then the url becomes:
>> https://lilo:8443/whisky/app/?wicket:interface=:16:2:::
>> 
>> How do I make these Page Navigated Urls Nicer, for example:
>> https://lilo:8443/whisky/app/plist/page/1
>> https://lilo:8443/whisky/app/plist/page/2
>> 
>> Any pointer in right direction is appreciated, Thanks in advance. 
>> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/PageNavigator-Vs-Nice-Url-tf4421682.html#a12612664
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to