http://localhost:8080/NT/front/?wicket:bookmarkablePage=:mypackage.EntryPointPage&DATA=MOGToh0GbqF%7Et3MZzj8cLc9ruPY-ArazzQcA9%7EFO1e6ivBTv-2tSFD8gd4L0MAtXL2xnud0JujjIhjBUVpDHcE82KiBJ7PK-1T3BamoQyx9QnzEsz7PD1li0Wq%7EvOU87


As you see there, the DATA parameter sent has been "mysteriously"
transformed to String[1].




that DATA thing you did encrypt it yourself?
that it is String[1] is logical because it is a direct servlet param and
those are all String[]
but how do you get access to the DATA value?
through the PageParameters?

then call pp.getString("DATA")

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