Hi, I need to check the two values are equal.
One is in object($todoObj.Assignee) and another one in string($context.user). We tried this way, but it seems not working #set($username=$context.user) #if($username.equals(todoObj.Assignee)) #end -- Prathap _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

