Hi,
In our project we are using velocity to generate dynamic HTML output. In the
vm file I wrote a statement:
*$literals.safeGet("PL_$data.safeGet("STMT.${count}.FISC_IND")")*
* *
In this statement, I am trying to get values like: *
$literals.safeGet("PL_VALUE")* where VALUE has to be got from *
$data.safeGet("STMT.${count}.FISC_IND")*. When I merge the
output,*ParseErrorException
* is being thrown.
It would be really helpful if someone could please tell me why this
statement is wrong.
Thanks and Regards,
Sriram.