Resolved the problem. I was using the same variable name for template variable and local variable. This was causing the above problem. Once I changed the name of my local variable, it started working.