PageLink should create links like that if you put there existing page
instance (the one you want to return tu). If it doesn't it's a bug.

-Matej

On Fri, Aug 1, 2008 at 11:00 AM, Uwe Schäfer <[EMAIL PROTECTED]> wrote:
> Martijn Dashorst schrieb:
>
>> you have to encode the necessary state yourself into the page
>> parameters. There is no way for Wicket to be able how to serialize the
>> state in the URL in some magic way.
>
> kind of misunderstanding here. i dont want or need the additional state
> bookmarkable.
> all i want is to link to a stateful page and have some parameters set.
>
> like /foo/document/21.wicket-0
>
> this is - in fact - what wicket does internally, when navigating on the
> page. it is just that i do not see a possibility to create links like that
> from pagelink or bookmarkablepagelink.
>
> just to be sure that i make myself clear (i´m not that fluent in english),
> i´ll describe the scenario in detail:
>
> - i have a list/detail page setup.
> - the list should link to detail-page using a bookmarkable link.
> - if this link is triggered from another session or after timeout, it should
> be possible to show the document according to the given parameters.
>
> (all fine till here with bookmarkablelink & hybridUrlStrategy only)
>
> - what i now want to add is to pass additional state (from the List page) to
> the detail page, that can safely be lost when using the bookmark from
> outside the session. think of "back to my search" or smth.
>
> i was thinking this should be possible, because wicket does this already
> when using a simple link on the detail page, for instance.
>
> thanks 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]

Reply via email to