On 10 Feb 2004, at 16:14, Sebastian wrote:

Sebastian wrote:
I just recognized that changing
beanReader.registerBeanClass(Instructor.class);
beanReader.registerBeanClass(Instructors.class);
to
beanReader.registerBeanClass(Instructors.class);
beanReader.registerBeanClass(Instructor.class);
gets betwixt working as expected. So currently the order in which the beans are registered seems to be important.
Sebastian

Robert, using the lastest nightly build of commons-digester solves the issue.

cool :)


- robert


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



Reply via email to