RE: Cannot preload ActionServlet in JRun3.1using Struts1.1-b1

2002-03-29 Thread Ronel Sumibcay
ss_name, true, Thread.currentThread().getContextClassLoader()); or Thread.currentThread().getContextClassLoader().loadClass(class_name); hope this helps Alexander -----Original Message- From: Ronel Sumibcay [mailto:[EMAIL PROTECTED]] Sent: Dienstag, 26. März 2002 00:32 To: 'Struts Users Mailing List&#

Cannot preload ActionServlet in JRun3.1using Struts1.1-b1

2002-03-25 Thread Ronel Sumibcay
This may be a problem in JRun's web app class loading implementation or in the commons-logging implementation. The exception occurs if you try to preload the ActionServlet. But if the ActionServlet is initialized from a request it is loaded just fine. It looks like the org.apache.commons.logging.L

workflow?

2001-06-22 Thread Ronel Sumibcay
I've seen some talk about this in the struts-dev group can somebody point me to where i can read more about it. I'm working on a framework that allows a struts developer to reuse certain wizard based pages where the wizard doesn't change, but the start and end points do i.e. Basically a way to p