[Webwork-user] Classloader changes
Brought to you by:
baldree,
rickardoberg
From: Maurice C . P. <Ma...@Vi...> - 2000-12-16 17:36:59
|
Rickard, The last actionLoader change in Dispatcher broke the Tomcat when running without jBoss. When I backed out the changes it works fine for me again. Same problem with the Bean tag. When running Tomcat alone the Thread.currentThread().getContextClassLoader() won't work for me but getClass().getClassLoader() will. The log entry for the Dispatcher change is "Fixed classloader usage". What was broken? BTW, the bean tag is cool. I really like the way it cleaned up the code in the template controls. If we wanted to use the include directive instead of the webwork include tag, would it be best to enhance webwork.util.Servlet to set parameters as well as get parameters? Later, Maurice |