Either you do not have it mapped correctly in struts-config.xml or it's balking at the package name.
Mark -----Original Message----- From: Christophe Andreoli [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 5:00 AM When I am going to /start, struts according to he log file below can not find my class GetProteinsAction ALTHOUGH the class file is present under WEB_INF/classes/com/ihg/mitop/gui . Do you have an idea why ? processing a GET for /start 2002-07-23 10:53:41 action: Looking for Action instance for class com.ihg.mitop.gui.GetProteinsAction 2002-07-23 10:53:41 action: Double checking for Action instance already there 2002-07-23 10:53:41 action: Creating new Action instance : Error creating Action instance for path '/start', class name 'com.ihg.mitop.gui.GetProteinsAction' java.lang.ClassNotFoundException: com/ihg/mitop/gui/GetProteinsAction -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

