Hi,

I am trying to do the equivalent of the following...

digester.addCallMethod("*/user/id", "setId", 0, new
Class[]{Integer.TYPE});

...using a digester-rules xml file. However, I can't
seem to find any mechanism for setting the parameter
type. For example, the xml element might look like
this...

<call-method-rule pattern="id" methodname="setId"
paramcount="0" />

...but how could I make it look more like this...

<call-method-rule pattern="id" methodname="setId"
paramcount="0" paramtype="java.lang.Integer.TYPE" />

...?

Thank You!

=====
[EMAIL PROTECTED]

__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

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

Reply via email to