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]

Reply via email to