dear all,
how do you share across different web applications useful ActionForms you have created say for example a LogonForm? i'm using tomcat with its class loader hierarchy which i have read something about in http://husted.com/struts/FAQ/installation.htm. if i put them in the common "apps" tomcat directory which is where tomcat suggest i keep common application classes, i still get a classnotfound error. i am thinking this is because the common apps classloader which loads common apps classes cannot locate the inherited parent ActionForm class which is in struts.jar that is safely sitting in the web applications's web-inf/lib folder, away from any access by the "up" class loaders. there must be some mistake in how i am thinking about deployment, since i imagine you all want to be able to do this without copying the shared struts forms to every web application. regards! vijay --------------------------------- Do You Yahoo!? Yahoo! Health - your guide to health and wellness

