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.
Thank you for the fix!
Sebastian
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
