Re: Getting Parameters from URL

2011-05-15 Thread Jeremy Thomerson
this message in context: http://apache-wicket.1842946.n4.nabble.com/Getting-Parameters-from-URL-t p3517499p3517499.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

RE: Getting Parameters from URL

2011-05-13 Thread Hielke Hoeve
[mailto:davidrfi...@gmail.com] Sent: donderdag 12 mei 2011 15:49 To: users@wicket.apache.org Subject: Getting Parameters from URL We have code in our session object as follows: public class OurSession extends WebSession { public OurSession(Request request)}{ super(request) // GET

Getting Parameters from URL

2011-05-12 Thread drf
in context: http://apache-wicket.1842946.n4.nabble.com/Getting-Parameters-from-URL-tp3517499p3517499.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Re: Getting Parameters from URL

2011-05-12 Thread Andrea Del Bene
), this code will not get called. What is then the best way to pick up the parameters on the url? Thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Getting-Parameters-from-URL-tp3517499p3517499.html Sent from the Users forum mailing list archive at Nabble.com