Preview VTL result

2007-07-25 Thread wong wayne
Hi all VTL is useful and flexible for developer but it is difficult to preview the result for those who have no technical background. (dynamic content replaced by predefined value) Any existing tools that can perform this function? I have no idea that how to present the looping, any hints would b

Re: I have a question about bit operator

2007-07-25 Thread Nathan Bubna
This can't be done within a template unless you create a "tool" (a java class that you put in the context to perform a function rather than be displayed) with a method that will do this for you. so make a class like public BitTool { public int and(int a, int b) { return a & b; } } put an