You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Bill Blackmon <bi...@verizon.net> on 2002/08/23 05:42:10 UTC

Version issues and questions

Can someone tell me why I'm getting the following error message and where
the class ActionConfig might
be? I don't see the ActionConfig class in any of the struts.jar files that I
have.

The following is from a log file:
002-08-22 22:37:12 action:  Creating new ActionForm instance of class
'com.egps.forms.LoginForm'
2002-08-22 22:37:12 action:  Storing instance under attribute 'loginForm' in
scope 'request'
2002-08-22 22:37:12 action:  Populating bean properties from this request
2002-08-22 22:37:12 action:  Validating input form properties
2002-08-22 22:37:12 action:   No errors detected, accepting input
2002-08-22 22:37:12 action:  Looking for Action instance for class
com.egps.actions.LoginAction
2002-08-22 22:37:12 action:   Double checking for Action instance already
there
2002-08-22 22:37:12 action:   Creating new Action instance
2002-08-22 22:37:12 action: Error creating Action instance for path
'/login', class name 'com.egps.actions.LoginAction'
java.lang.NoClassDefFoundError: org/apache/struts/config/ActionConfig

I'm also unable to run the copyProperties method with either of the
following imports:
// import org.apache.commons.beanutils.PropertyUtils;
OR
// import org.apache.struts.util.PropertyUtils;

To implement the following method:
PropertyUtils.copyProperties(memberForm, memberBean);

I'm obviously having a version problem but I'm not how to solve both of
these problems with either of the 3 versions of Struts that I have.

Thanks,
Bill




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>