ajaxValidator - AJAX Validator Component

Aloha!

To querendo usar o ajaxValidator, basicamente a seguinte tag :

<ui:ajaxValidator messageId=“input1” eventHook=“onkeypress”>
<h:inputText>
<f:validateLength minimum=“3” />
</h:inputText>
</ui:ajaxValidator>

Já adicionei os seguintes jar's no meu lib:
   bp-ui-14.jar
   shale-remoting.jar

E o erro que está dando é:
org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/blueprints/ee5/components/ui cannot be resolved in either web.xml or the jar files deployed with this application


Se alguém tiver alguma experiência com isso Help please!!

um []