> Thanks Mathias, that's exactly what I was after and it works. > Looking at the bigger picture, is it considered to be reasonable practice in > Wicket to cut through all its high-level abstractions, right down to the > wire (or servlet api anyway)? I suppose an ip address is quite a low-level > bit of info (depending on your domain).
Yep, sometime we don't expose things on purpose to prevent people from misusing it. However, I'm not sure whether this is such a case, as I could imagine such a method in WebRequest just fine. If you would like that, you could always try to open up a feature request for it. Eelco ------------------------------------------------------------------------- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
