On Nov 9, 2009, at 2:37 PM, Brain, Jim wrote: > "TYPE.getName()" is the desired outcome. $type$.get$name$() should work then. OH! You're passing as a string. try getter={get$name$()} to get a template, which will eval :) Ter