Clarifying correction to the example in my last post: > terms = zapi.getView(source, '', request, providing=ITerms) should be: terms = zapi.getView(zipcode, '', request, providing=ITerms) --Garrett