Re: [Actionframework-users] bug: request components and changed action config
Status: Inactive
Brought to you by:
ptoman
|
From: Mark D. A. <md...@di...> - 2002-10-02 03:13:31
|
> I'm thinking of another solution... > > Try to replace line 345 in ActionServlet: > > runtime.destroy(); > > with > > destroySession(); > runtime.destroy(); > prepareSession(request); > > and tell me if it works, please :) Sorry no. I still get: java.lang.IllegalStateException: Cannot get component with "request" persistence from non-servlet thread with this change. -mda |