Re: [digester] How to provide CallMethodRule parameter from code, no t xml?

2003-03-20 Thread robert burrell donkin
hi eric (if i understand what you mean correctly) i don't think that there's a way to do this. it should be pretty easy to add a new constructor to CallParamRule CallParamRule(Object value, int paramIndex) which passes that parameter to the CallMethod. i'll take a look at adding this when i

RE: [digester] How to provide CallMethodRule parameter from code, no t xml?

2003-03-20 Thread EPugh
Developers List Subject: Re: [digester] How to provide CallMethodRule parameter from code, no t xml? hi eric (if i understand what you mean correctly) i don't think that there's a way to do this. it should be pretty easy to add a new constructor to CallParamRule CallParamRule(Object value, int