Hi, i have the following construction:
<sf:clientTextValidator regExp="" invalidMessage="">
<h:inputText id="" value="">
<a4j:support event="onblur" reRender="" limitToList="true"/>
</h:inputText>
</sf:clientTextValidator>
if i do without sf:slientTextValidator then ajax suppor works and the field will be rerendered. But with the sf:slientTextValidator ajax does not work.
Can you pleas help me. Thanks.


Reply With Quote