On Thursday, June 6, 2002, at 10:06 PM, Spam Cut wrote:

> Hi,

it should be easy to add this functionality but i'm a bit busy at the 
moment. why not submit a patch?

- robert

> 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].
> org>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED].
> org>
>


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

Reply via email to