Alguém já teve esse erro utilizando DWR?
Como resolveu?
[code]function verificaExistenciaTaxonomia(root){
alert(“antes”);
FacadeAjaxView.verificaExistenciaTaxonomia(root,verificaExistencia);
alert(“depois”);
}
function verificaExistencia(ret){
DWRUtil.setValue(“taxonomiaExistente”,ret);
}
[/code]
O retorno da função deveria ser um boolean ,mas não consigo pegar de jeito nenhum…