Hi, mount the page using HybridUrlCodingStrategy.
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. Unfortunately wicket has to store the page id in url. In the future it will however probably separated by ? ( e.g. /foo/document/21?5 ) -Matej 2008/7/31 Uwe Schäfer <[EMAIL PROTECTED]>: > Hi > > following situation: > > i have a link to a page, that has to be bookmarkable, say: > > /foo/document/21 > > where FooPage is mounted at/foo > > no problem here, but: coming from page XY i´d like to pass additional data > to the foopage, normally done with construction, while i need the url still > to be bookmarkable and starting with /foo/document/21 > > that´s what that hybrid stuff is made for, right? > > i currently do not see a bookmarkablepagelink taking a page (instead of a > class). any other ideas ? > > thx uwe > -- > > THOMAS DAILY GmbH > Adlerstraße 19 > 79098 Freiburg > Deutschland > T + 49 761 3 85 59 0 > F + 49 761 3 85 59 550 > E [EMAIL PROTECTED] > www.thomas-daily.de > > Geschäftsführer/Managing Directors: > Wendy Thomas, Susanne Larbig > Handelsregister Freiburg i.Br., HRB 3947 > > Registrieren Sie sich unter http://morningnews.thomas-daily.de für die > kostenfreien TD Morning News, eine Auswahl aktueller Themen des Tages > morgens um 9:00 in Ihrer Mailbox. > > Hinweis: Der Redaktionsschluss für unsere TD Morning News ist täglich um > 8:30 Uhr. Es werden vorrangig Informationen berücksichtigt, die nach 16:00 > Uhr des Vortages eingegangen sind. Die Email-Adresse unserer Redaktion > lautet [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
