Matej Knopp schrieb: hi matej
mount the page using HybridUrlCodingStrategy.
i already did.
The url for page instance (you can use PageLink for that) will than look like /foo/document/21.5 (where .5 denotes page instance). Note that such url *is* bookmarkable, the page instance number doesn't matter.
when navigating on the page, everything works like expected when coming with a bookmarkablepagelink, adding the parameter document=21.
but, how to get the parameters AND the state in the link ? what i see is pagelink, that does not help me using parameters and bookmarablepagelink that does not give me the opportunity to add state. i suppose what i´d need is a constructor like BookmarkablePageLink(String id, Page page, PageParameters parameters) ? cu uwe --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
