Hi all. my .vm file is here;
#foreach( $user in $users ) <b>Middle Name:</b> $user.name.middleName<br> #end it outputs the something like this. Middle Name: MyMiddleName Middle Name: $user.name.middleName Middle Name: test Name since the second user.name <http://user.name> object has no value. null value. how to set velocity not to output $user.name.middleName. i want it just output nothing if property is null. thanks a lot.
