I'm using digester and inheritance without problems. What kind of exception are you getting?
Fernando ----- Original Message ----- From: "Stacy Weng" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, March 01, 2002 1:20 PM Subject: Digester and inheritance 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 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

