Hi,
How can I compare the value of a variable to a string? For eg: <wr:if test=”${var1.showRate} == ‘Y’ ” > This fails. I got error
Y == ‘Y’ does not evalueate to Boolean result. I think it should give me true.
And if ${var1.Rate} has the value 4 as 4== ‘Y’ it should give me false but it does not. It says does not evaluate to a boolean result.
Please help
Trinh