Hi, I have an extjs xtemplate that is throwing errors because of the way a json object is returned. Sometimes the json object has a field 'customer' defined, but sometimes it's completely missing from the object. obviously, i get an error 'customer is not defined' when applying my template to the json where the field is missing.
so my question is: is there a way that i can check for an undefined field in an xtemplate ? like : ' {customer} '
obviously i've tried this but it doesn't work.
Thanks for any help.