It is definied in teh TurbineResources.properties file, and therefore is automattically added to your velocity Context object. Same for $ui and any other "pull" tools.
Eric Pugh -----Original Message----- From: Fred [mailto:[EMAIL PROTECTED] Sent: Monday, May 26, 2003 1:22 PM To: [EMAIL PROTECTED] Subject: where is $data defined for Velocity template? Hi I am new to Turbine and I have a question about TDK sample app: I modified DefaultTop.vm to add $data parameter in order for the page to work correctly in SSL mode: <img src="$ui.image($ui.logo,$data)"> It works but I would like to know where is $data (a RunData object) defined? Thanks Fred
