One option is to define urls in your application:

   mountBookmarkablePage("/Tour", TourBrowsePage.class);

On Tue, Oct 28, 2008 at 4:03 PM, S D <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I was browsing through examples, it looks very impressive but there's a thing 
> that bothers me somewhat. The Basic Label example uses the following URL:
>
> http://wicketstuff.org/wicket13/compref/;jsessionid=F8C6R0F2601C96D1Y3CAD8B69E8779D4?wicket:bookmarkablePage=:org.apache.wicket.examples.compref.LabelPage
>
> The problem with that is that we'd like to have an appearance of a technology 
> neutral site (or at least not to be blatant about it) but Jsessionid and 
> especially 
> wicket:bookmarkablePage=:org.apache.wicket.examples.compref.LabelPage
> destroy that impression completely.
>
> I understand it's possible to remove Jsessionid from URL but what about 
> Wicket's contribution to the URL? We'd like to keep our URLs as clean and 
> readable as possible.
>
> Thanks
>
>
>
>
>
>
>
> ---------------------------------------------------------------------
> 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