OSIV with requestCycleListener

2012-03-21 Thread grazia
) { if (requestCycleThread.get()!= null){ MyRequestCycle.closeHibernateSessions(); requestCycleThread.set(null); } } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/OSIV-with-requestCycleListener-tp4493806p4493806.html Sent from the Users

Re: OSIV with requestCycleListener

2012-03-21 Thread Dan Retzlaff
) { if (requestCycleThread.get()!= null){ MyRequestCycle.closeHibernateSessions(); requestCycleThread.set(null); } } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/OSIV-with-requestCycleListener-tp4493806p4493806.html Sent from the Users

Re: OSIV with requestCycleListener

2012-03-21 Thread grazia
Thank you for the suggestion, I will try it. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/OSIV-with-requestCycleListener-tp4493806p4493927.html Sent from the Users forum mailing list archive at Nabble.com