Re: Nice absolute urls - is this possible?

2008-03-25 Thread Johan Compagner
it is relative to the current url in the browser On Tue, Mar 25, 2008 at 12:38 PM, Java Programmer <[EMAIL PROTECTED]> wrote: > On Thu, Mar 20, 2008 at 4:39 PM, Johan Compagner <[EMAIL PROTECTED]> > wrote: > > you are worried about what is in the source? > > so you dont really need it for someth

Re: Nice absolute urls - is this possible?

2008-03-25 Thread Java Programmer
On Thu, Mar 20, 2008 at 4:39 PM, Johan Compagner <[EMAIL PROTECTED]> wrote: > you are worried about what is in the source? > so you dont really need it for something else like in an email? > > but wicket generates for itself relative urls > if you need a full for yourself you can use RequestUtil

Re: Nice absolute urls - is this possible?

2008-03-20 Thread Johan Compagner
you are worried about what is in the source? so you dont really need it for something else like in an email? but wicket generates for itself relative urls if you need a full for yourself you can use RequestUtils.toAbsolutePath On Thu, Mar 20, 2008 at 11:36 AM, Java Programmer <[EMAIL PROTECTED]>

Nice absolute urls - is this possible?

2008-03-20 Thread Java Programmer
Hello, I have question about generated urls e.g. in examples on http://wicketstuff.org/wicket13/niceurl/the/homepage/path we have really nice urls, but they are realtive: is there posiible to make them: without ../../ but absolute for servlet mapped as: wicket /* even if I mak