Re: Getting Parameters from URL

2011-05-15 Thread Jeremy Thomerson
the > session already exists), 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-t > p3517499p3517499.html

RE: Getting Parameters from URL

2011-05-12 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

Re: Getting Parameters from URL

2011-05-12 Thread Andrea Del Bene
ady exists), 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

Getting Parameters from URL

2011-05-12 Thread drf
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. - To unsubscribe, e-mail: users-unsubscr...@wicket.apac