Has anyone encountered problems with inheritance using Digester? It seems to me that the addSetProperties() does not when its object is inherited from a parent class...hence it assumes the get/set methods aren't defined, when they are actually defined in its parent class. I've looked into the source, and it seems that the getMethod call that digester uses does not handle parent methods. Is there a patch out there for inheritance with digester?
Once again, thanks again in advance for any input. It is greatly appreciated. =) --Stacy

