Re: session or interceptor initialization / configuration problem

2008-01-31 Thread jspring
= request.getSession (true); which wasn't working. Doing this instead is working now: Map session = ActionContext.getContext().getSession(); ...although I'm not entirely sure why. -- View this message in context: http://www.nabble.com/session-or-interceptor-initialization---con

session or interceptor initialization / configuration problem

2008-01-30 Thread jspring
cified with collection fetch; applying in memory! Hibernate: ... Thanks, Jeremy -- View this message in context: http://www.nabble.com/session-or-interceptor-initialization---configuration-problem-tp15188815p15188815.html Sent from the Struts