RE: AW: get set attribute wicket session

2010-01-21 Thread Martin Asenov
rsday, January 21, 2010 6:26 PM To: users@wicket.apache.org Subject: Re: AW: get set attribute wicket session Giambalvo, Christian wrote: > Hi, > > with getSession() you will always get the session attached to the current > request. > So yes it is session specific. > > Greets

Re: AW: get set attribute wicket session

2010-01-21 Thread Joseph Pachod
Giambalvo, Christian wrote: Hi, with getSession() you will always get the session attached to the current request. So yes it is session specific. Greets chris I would add that, in order to save this nasty cast all over the place, you could create your own getMySessionImpl this way : class My