Re: how to create a BookmarkablePageLink for the particular page instance

2009-07-25 Thread Vladimir K
View this message in context: http://www.nabble.com/how-to-create-a-BookmarkablePageLink-for-the-particular-page-instance-tp24659102p24659535.html Sent from the Wicket - User mailing list archive at Nabble.com. - To

Re: how to create a BookmarkablePageLink for the particular page instance

2009-07-25 Thread Alex Objelean
ere is no way to create a >> bookmarkable link for it. >> >> Alex Objelean >> >> > > -- View this message in context: http://www.nabble.com/how-to-create-a-BookmarkablePageLink-for-the-particular-page-instanc

Re: how to create a BookmarkablePageLink for the particular page instance

2009-07-25 Thread Vladimir K
use HybridUrlCodingStrategy >> and >> it seems pretty possible to add version attributes to the url. But I >> don't >> know how to do it in compatible manner. It seems that the only link that >> forms the bookmarkable URL using hybrid strategy is the >> Bookm

Re: how to create a BookmarkablePageLink for the particular page instance

2009-07-25 Thread Alex Objelean
lePageLink. But it does not accept anything from the particular > page version. > > Please help > > -- View this message in context: http://www.nabble.com/how-to-create-a-BookmarkablePageLink-for-the-particular-page-instance-tp24659102p24659329.html Sent from the Wicket - User

how to create a BookmarkablePageLink for the particular page instance

2009-07-25 Thread Vladimir Kovalyuk
I created a breadcrumbs panel that automatically creates a series of bookmarkable links from the home page to the page that displays a details of currently viewing entity instance. Usually it looks like for instance home|folders|folder1|folder1.1|document >From the other hand when the user comes t