Re: debugging in velocity

2008-04-17 Thread Nathan Bubna
http://velocity.apache.org/tools/devel/javadoc/org/apache/velocity/tools/generic/ClassTool.html or something like #foreach( $method in $object.class.methods ) ${method.name}(#foreach( $param in $method.parameterTypes )$param.simpleName,#end) #end On Thu, Apr 17, 2008 at 4:52 PM, Scott <[EMAIL P

debugging in velocity

2008-04-17 Thread Scott
Is there a way to do a dump of all the methods and properties of an object in velocity? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]