I have a class that extends an abstract class which is placed into a Velocity context. However, the public methods of the abstract class are not visible to Velocity.
I looked at the source code and can see that getDeclaredMethods() is being used rather than getMethods() Is there a reason for that? Thanks, Steve --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
