No that is not possible in wicket. We don;'t generate full paths.
You have to do that yourself, wicket can't do that because we can be behind
proxies
or being virtual hosted.

So you must configure somewhere what your hostname:port:/contextpath is
and prepend that.


johan


On 4/17/07, ZedroS Schwart <[EMAIL PROTECTED]> wrote:

Hi all

I've been struggling for a few hours to do a redirection after a logout.

I've looked at many places, including this one :

http://www.nabble.com/how-to-display-login-page-after-logout--tf2135329.html#a5892867

However, nothing works.

Indeed, my line "urlFor(IntroPage.class, null).toString() ;" returns
"../public/IntroPage" and not the full path
"http://localhost:8080/test/app/public/IntroPage";.

I didn't find a way to grab the full path, but clearly I'm missing
something. Could you please show me what.

Thanks in advance
ZedroS

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to