I've got following piece of code:
$myUtils.encode($variableone,$variabletwo) ($myUtils is a class called MyUtils which I added to the Context by context.put("myUtils", new MyUtils()). Encode is supposed to return a string and takes two strings, however, nothing happens except that "$myUtils.encode($variableone,$variabletwo)" is printed to the screen. Why oh why? Thanks in advance, Daniel