Re: Digester SetNext rule and Interfaces ...

2002-04-05 Thread robert burrell donkin
hi greg digester's behaviour has recently been enhanced in this area. i'll discuss the older stuff first but i'll come back to the enhancements before the end. SetNextRule (and other rules like it) has two different usage patterns. 1. you can pass in just a method name and digester will try

RE: Digester SetNext rule and Interfaces ...

2002-04-05 Thread Greg McCreath
Robert, Fantastic. Many thanks for your clear reply. I'll try em both. Greg. -Original Message- From: robert burrell donkin [mailto:[EMAIL PROTECTED]] Sent: 05 April 2002 11:30 To: Jakarta Commons Developers List Subject: Re: Digester SetNext rule and Interfaces ... hi greg

Digester SetNext rule and Interfaces ...

2002-04-04 Thread Greg McCreath
Hi all, I'm beavering away with Digester and have a question. The SetNext rule takes sends a method to the top-but-one object on the stock passing as a parameter the top object. It is looking for a method signature that uses the top object class as a parameter ... but ... what if the method