Open GoogleCodeExporter opened 8 years ago
Have you tried putting your Dao request into the execute()-method? That's
pretty much where I keep the database interaction.
Probably your validate()-method gets invoked before the session is injected.
This might be the reason, why your session is null (and not "closed").
Original comment by alexande...@googlemail.com
on 7 Mar 2013 at 11:34
In the execute method it works, in validation the session remains null, in
all cases.
Original comment by leonardo...@gmail.com
on 7 Mar 2013 at 11:43
Original issue reported on code.google.com by
lfelice...@softatnet.net
on 14 Dec 2012 at 10:17