Re: custom velocity tool
> Hi, > > I am working with the velocity response writer, and I want to develop a > custom velocity tool. > To do so, I have written a JAVA class that looks like that: > > @DefaultKey("mytool") > public class MyCustomTool { > > public MyCustomTo
custom velocity tool
Hi, I am working with the velocity response writer, and I want to develop a custom velocity tool. To do so, I have written a JAVA class that looks like that: @DefaultKey("mytool") public class MyCustomTool { public MyCustomTool() { } public String doit(