Check this out. http://www.nabble.com/Mounted-pages-and-page-parameters-tf1626704.html#a4407375
Wicket does encode path names (pairs) as parameters. Check the second post in the link above. Kent Tong wrote: > > mchack <mchack <at> cisco.com> writes: > >> I am trying to gain access to the value pair, in your example <p0,abc> as >> encoded in the URL. The params.getString("p0") does return abc in the >> constructor. It returns null if I try to retrieve it via >> getRequest.getParameter("p0") in getVariation(). > > It's not a parameter, but part of the path. So, call: > > getRequest().getPath(); > > and then parse it yourself. > > > > ------------------------------------------------------------------------- > 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 > > -- View this message in context: http://www.nabble.com/Parameter-access-at-Page-creation-not-consistent-with-request-object-tf3849735.html#a10980229 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