Dymanic if statement evaluation problem with string comparison
- by Mani
I tried the example given in http://forums.sun.com/thread.jspa?threadID=780576&tstart=67605
to create if statement dynamically. But it is not working fine. Instead of using "age" variable as integer, i have used string in the below example. I am getting "fail" as answer instead of "success".
Can anyone help me?
/
To change this template,…