Re: Class loader issues with Struts on ATG Dynamo 5.6.1

2004-01-22 Thread Kris Schneider
How 'bout a custom RequestProcessor: public void process(HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException { Thread.currentThread().setContextClassLoader(getClass().getClassLoader()); super.process(request, response); } Quotin

Class loader issues with Struts on ATG Dynamo 5.6.1

2004-01-22 Thread steve . storey
Hello to all. I've been using Struts for a while now, with great success! Thanks to the developers! However, I've found a bit of a problem using Struts 1.1 with Dynamo 5.6.1 Apologies in advance if this is more appropriate to the user mailing list - I wasn't sure! Dynamo implements J2EE 1.2, w