I use a free token and I return the response from the application as a string, I need to compare the response with a static some string. Here's how to do it. ${users.isValid} it returns "true", but I cannot compare this variable form my variable.Code, which I use:
<#if ${parameters.isvalid}>
This is valid data.
<#else>
This is invalid data.
</#if>
How can this problem be closed in advance.
freemarker
venkat2010
source share