Re: PropertyUtils and NoClassDefFoundError WLS6.1, struts 1.0

2002-03-26 Thread Ted Husted
It's possible that you may have to unpack the JAR with WebLogic. Be sure to consult the installation notes on the Web site, and whatever you can find in the archives. http://jakarta.apache.org/struts/doc-1.0.2/installation.html http://www.mail-archive.com/struts-user%40jakarta.apache.org/ --

RE: PropertyUtils and NoClassDefFoundError WLS6.1, struts 1.0

2002-03-26 Thread Arnaud Heritier
%2Fresourcelibrary%2Fbugfixes%2Fbugfix.htm you should contact the BEA support to obtain the patch Arnaud H -Message d'origine- De: Ted Husted [SMTP:[EMAIL PROTECTED]] Date: mardi 26 mars 2002 14:04 A:Struts Users Mailing List Objet:Re: PropertyUtils and NoClassDefFoundError WLS6.1

PropertyUtils and NoClassDefFoundError WLS6.1, struts 1.0

2002-03-22 Thread Jouanny
Hello I'm working on Weblogic 6.1 using Struts 1.0. I'm making use of the method getPropertyDescriptor(Object object, String name_of_Field) of the org/apache/struts/util/PropertyUtils class in order to get a java.beans.PropertyDescriptor. This PropertyDescriptor is used in a class which