In my app I need to leave wicket temporarily to detour to another site and
then come back to a page in my wicket app. I used the following code to
generate the return URL but it seems to generate an incomplete URL with some
illegal characters in it also..

String returnURL = urlFor(getPageMap(), Score.class, new
PageParameters("applicantCheckId=" + applicantCheckId)).toString();

Produces..

/quickstart/app?wicket:bookmarkablePage=:com.rdf.datacol.tenantchecker.presentation.performcheck.Score&applicantCheckId=21

Which has no host and amp; in it which prevents the link from working.

How should I be generating a complete and valid link back to a wicket page?
-- 
View this message in context: 
http://www.nabble.com/Wicket-generating-invalid-URLs-or-am-I-doing-it-wring--tf3589782.html#a10032278
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
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