Re: Which version of Commons Digester released with Struts 1.1

2003-11-08 Thread Craig R. McClanahan
Quoting Philip Mark Donaghy [EMAIL PROTECTED]:

 I would like to debug a problem that I have with
 Digester. The error is :
 
 java.lang.NoSuchMethodException: No such accessible
 method: addFormBeanConfig() on object:
 java.lang.String
 

Well, the error message says that there's no addFormBeanConfig() method on the
java.lang.String class :-).

More seriously, there's no way to know what's really going on without seeing the
kinds of Digester rules you are configuring, and what kind of document you are
trying to parse.

 How can I get the version number that is distributed
 with Struts 1.1.
 

The Struts release notes describe the included versions of all the commons
libraries.  In addition, the version information about JAR files in general
should be in a META-INF/MANIFEST.MF file in the jar (and it is there for all
the libraries that Struts includes).

 Phil
 

Craig


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Which version of Commons Digester released with Struts 1.1

2003-11-06 Thread David Graham

--- Philip Mark Donaghy [EMAIL PROTECTED] wrote:
 I would like to debug a problem that I have with
 Digester. The error is :
 
 java.lang.NoSuchMethodException: No such accessible
 method: addFormBeanConfig() on object:
 java.lang.String
 
 How can I get the version number that is distributed
 with Struts 1.1.

It should be in the digester jar's MANIFEST file.

David

 
 Phil
 
 =
 Java Web Application Architect
 mapimage.com - Java and GIS
 struts1.1:tomcat4.1.27:linuxRH8
 
 __
 Do you Yahoo!?
 Protect your identity with Yahoo! Mail AddressGuard
 http://antispam.yahoo.com/whatsnewfree
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


__
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Which version of Commons Digester released with Struts 1.1

2003-11-06 Thread Karr, David
Well, you should be able to open up the commons-digester.jar file and
inspect the manifest.mf file.  It has a version number, which appears
to be 1.5 in Struts 1.1.

 -Original Message-
 From: Philip Mark Donaghy [mailto:[EMAIL PROTECTED] 
 
 I would like to debug a problem that I have with
 Digester. The error is :
 
 java.lang.NoSuchMethodException: No such accessible
 method: addFormBeanConfig() on object:
 java.lang.String
 
 How can I get the version number of Commons Digester
 that is distributed with Struts 1.1.
 
 Phil

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]