I have an actionform with a property that is a vector of objects which extend a superclass. I am having difficulty accessing the properties of the child class (objects in the vector) which are inherited from the superclass. My question is, do the inherited properties have to have the getter and setter methods overridden in the child class or is struts smart enough to find them in the superclass?