Hi All,
 I would like to know the valid characters that we can use for a value in 
VTL. I tried the following
#set($var = "My string with special chars##")
It throws ParseErrorrException as:
org.apache.velocity.exception.ParseErrorException: Lexical error: 
org.apache.velocity.runtime.parser.TokenMgrError: Lexical error at line 1, 
column 19. Encountered: <EOF> after : "".
 It didn't complain if i use single #. So, i would like to know what all 
character combinations will result in ParserErrorException without any 
escaping done, bcoz we are reading variable names and their values from an 
XML file and constructing variables dynamically using RenderTool. 
 Tried to find in User docs but no luck. 
 Can anyone pls let me know the list or point me to the link where i can get 
the details.
-- 
With Regards,
Ravikanth.L

Reply via email to