You are being way too vague, Steve. Let's see the exact error msg, the relevant JSP and form bean code (including your package statement) and the action mapping in the struts config file.
Mark Try before you cry: http://www.mail-archive.com/struts-user%40jakarta.apache.org/ -----Original Message----- From: Steven Dahlin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 5:51 PM I am getting an error message indicating that a class cannot be found. It occurs after entering a user login and password into login.jsp and pressing the submit button. The class that cannot be found is: logwork.entities.Users. I have the following structure for my app: logwork (the jsps reside here) | +--WEB-INF (web.xml, struts-config.xml, etc.) | +-- classes | +-- logwork | +-- entities (logwork.entities.Users extending ActionForm resides here) +-- bo (logwork.bo.UsersBO for the business objects) +-- db (logwork.db.UsersDAO for the data access) Can anyone tell me what I might be doing wrong or how I might provide clearer information? Thanks, Steve -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

