In my project with struts 1.3.5, Class object can only be created via anInstance.getClass(). If I use Class.forName(...) or .class, I get java.lang.NoClassDefFoundError: <class name>. Is it a struts issue? Is there a way we still can use .class syntax to get a Class object?
Thanks. -- View this message in context: http://www.nabble.com/s1%3A-get-Class-object-tp20564120p20564120.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]