Estou tentando integrar Facelets com ajax4jsf e estou tendo um erro em uma página, usando o firefox eu recebo o seguinte erro de script :
A4J is not defined
no meu arquivo xhtml tenho :
<t:document xmlns="http://www.w3.org/1999/xhtml"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:c="http://java.sun.com/jsp/jstl/core"
xmlns:sh="http://shale.apache.org/core"
xmlns:a4j="https://ajax4jsf.dev.java.net/ajax"
xmlns:t=“http://myfaces.apache.org/tomahawk”>
<ui:composition template="/template/template.xhtml">
o meu template.xhtml também tem a4j declarado
Na pagina que estou implementando eu tentei utilizar o seguinte :
…
<a4j:region id=“stat1”>
…
<h:inputText id=“usr”>
<a4j:support event=“onkeyup” />
</h:inputText>
<a4j:status startText=" Performing Request"
stopText=" Request Done" for=“stat1”>
</a4j:status>
…
</a4j:region>
…
Ao tentar digitar algo no inputText eu recebo o erro no browser