Re: Nice urls in markup

2008-10-06 Thread Liz Huber
;spanTeam/span/a/li /ul I've been wondering, if it is even possible to do that. Could anyone try to help, please? Thanks, Liz - Original Message - From: Erik van Oosten Sent: 25/09/08 02:39 pm To: users@wicket.apache.org Subject: Re: Nice urls in markup

Re: Nice urls in markup

2008-10-06 Thread Igor Vaynberg
ajax fallback links are callback links, you cannot override their generated url in markup without rolling your own urlcodingstrategy. only bookmarkable page links generate bookmarkable (mounted) urls. -igor On Thu, Sep 25, 2008 at 4:48 AM, Liz Huber [EMAIL PROTECTED] wrote: I'm trying to

Re: Nice urls in markup

2008-10-06 Thread Jeremy Thomerson
: Erik van Oosten Sent: 09/26/08 04:29 pm To: users@wicket.apache.org Subject: Re: Nice urls in markup Liz, The href-Element of my Ajax-Fallbacklinks show a pretty URLs now, but the fallback links don't work anymore, if JavaScript is disabled. That is the intention, the fallback

Re: Re: Nice urls in markup

2008-09-26 Thread Liz Huber
urls in markup Use a HybridUrlCodingStrategy to mount your pages. This will make ajax request link to a similar URL as the page your are mounting (it adds a number). Regards, Erik. Liz Huber wrote: I'm trying to beautify all wicket urls of my application by mounting the pages

Re: Nice urls in markup

2008-09-26 Thread Erik van Oosten
that. Could anyone try to help, please? Thanks, Liz - Original Message - From: Erik van Oosten Sent: 25/09/08 02:39 pm To: users@wicket.apache.org Subject: Re: Nice urls in markup Use a HybridUrlCodingStrategy to mount your pages. This will make ajax request link

Nice urls in markup

2008-09-25 Thread Liz Huber
I'm trying to beautify all wicket urls of my application by mounting the pages to meaningful paths. Thereby the urls become pretty in the browser's address line. But within the rendered markup links and images still have non formated wicket urls. So I mounted the images as shared resources