I have extended 'DefaultJetspeedRunData' and added a 'getMyProperty()' method. I also put the line
services.RunDataService.default.run.data=com.myOrg.services.rundata.MyRunData
in "TurbineResources.properties". Now I'd like to call the new method from a velocity template, something along the lines of
<html> ... $data.myProperty ... </html>
It doesn't work, though. The method is not called, and the Velocity log tells me
" ... $data.myProperty is not a valid reference. ..."
Please help :-) -T�m
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
