Ajax - has no setter method corresponding to TLD declared attribute 'var'

Colegas,

Estou tentando utilizar o AJAX 1.2 Beta2.
Implementei o autocomplete como no Demo.

Ao chamar o JSP ocorre este erro:

Error in using tag library uri=‘http://ajaxtags.org/tags/ajax’ prefix=‘ajax’: The Tag class ‘org.ajaxtags.tags.AjaxSelectTag’ has no setter method corresponding to TLD declared attribute ‘var’, (JSP 1.1 spec, 5.4.1)

Não estou utilizando o AjaxSelectTag, mas expandi a lib do ajax e encontrei o método setter para o atributo ‘var’

O que pode estar errado?