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

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

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