Please search the mailing list before asking a question,
JSessionId is added to the url by the application container and is
thus pretty much outside the scope of what wicket can do.
However if memory serves me there are a few things you can do, just
search the list.
Maurice
On Fri, Apr 25, 2008 at 3:55 PM, Fabien D. <[EMAIL PROTECTED]> wrote:
>
> I have another question :
> About the BookmarkablePageLink, and the display url, it is possible to do
> not display the JSESSIONID???
>
> thank you in advance
>
>
>
>
> Fabien D. wrote:
> >
> > I will search in this way, thank you
> >
> > Martijn Dashorst wrote:
> >>
> >> See Application#mount() and the various URL coding strategies that are
> >> available.
> >>
> >> I think you are looking for Indexed....Strategy
> >>
> >> Martijn
> >>
> >> On 4/25/08, Fabien D. <[EMAIL PROTECTED]> wrote:
> >>>
> >>> I try to use BookmarkablePageLink :
> >>>
> >>> I 've done this :
> >>>
> >>> mountBookmarkablePage("projet", ProjetPage.class);
> >>>
> >>> BookmarkablePageLink link = new BookmarkablePageLink("lien_projet",
> >>> ProjetPage.class);
> >>> link.setParameter("projet", inf.getNom());
> >>>
> >>> the result is :
> >>> ...../projet/projet/MySQL
> >>>
> >>> I want just /projet/MySQL.
> >>>
> >>> In the parameters we have a key "projet" and a value, but the key is
> >>> displayed. So my question is : it is possible to do not display this
> >>> key???
> >>>
> >>> Thank you in advance
> >>>
> >>> --
> >>> View this message in context:
> >>>
> http://www.nabble.com/BookmarkablePageLink-question-tp16894177p16894177.html
> >>> Sent from the Wicket - User mailing list archive at Nabble.com.
> >>>
> >>>
> >>> ---------------------------------------------------------------------
> >>> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >>> For additional commands, e-mail: [EMAIL PROTECTED]
> >>>
> >>>
> >>
> >>
> >> --
> >> Buy Wicket in Action: http://manning.com/dashorst
> >> Apache Wicket 1.3.2 is released
> >> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.2
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >>
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/BookmarkablePageLink-question-tp16894177p16895766.html
>
>
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> 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]