Hi Mohan,
the javadocs (and source code) for beanUtils and collections is linked to
from here if you havent found it already:
http://jakarta.apache.org/commons/beanutils.html
http://jakarta.apache.org/commons/collections.html

Alas Im not sure what versions of these libraries are used by struts. That
doesnt seem to be well documented anywhere :-(

Are you able to post the relevant code that have you got in this value
object your trying to set stuff in and in your digester rules?

-----Original Message-----
From: Mohan Radhakrishnan [mailto:MohanR@;hclcomnet.co.in]
Sent: Friday, November 08, 2002 14:40
To: 'Struts Users Mailing List'
Subject: commons-beanutils


Hi,

    I put the commons-beanutils package in /common/lib and I get the
following error.

--------
    Nov 8, 2002 12:15:27 PM org.apache.commons.digester.Digester endElement
SEVERE: End event threw error
java.lang.NoSuchMethodError:
org.apache.commons.beanutils.MethodUtils.invokeMeth
od(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;[Ljava/lang/Class;
)Lja
va/lang/Object;
--------

   I am trying to find doc. for commons-beanutils/commons-collections to
convert and copy values to my value object. The value object accepts
Arraylists. Searching the archives too. What could be wrong?

Thanks,
Mohan

--
To unsubscribe, e-mail:
<mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail:
<mailto:struts-user-help@;jakarta.apache.org>


--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to