I put the list lines as validTypes in speed. When I do this:
#if (${validTypes}.contains("aaa")) // do something
he gives an error. But when I do this:
#foreach (${validType} in ${validTypes}) ${validType}
It works great. Do I need to use speed tools for this? How to use it in eclipse plugin? Is there any work without using speed tools?
eclipse velocity
fastcodejava
source share