3 Jul
2008
3 Jul
'08
1:14 p.m.
On Thu, Jul 3, 2008 at 2:43 PM, Prathap Pandian <[email protected]> wrote:
#set($username=$context.user) #if($username.equals(todoObj.Assignee)) #end
There's a missing $ before todoObj. Thanks to velocity you can also do : #if ($context.user == $todoObj.Assignee) #end -- Jean-Vincent Drean