I have jsf-page:
<h:inputText>
<f:validator binding="{validator}" />
</h:inputText />
<!-- some other inputs with validators -->
Is it possible to skip validation phase after one of the validators failed and render response with the only validation message?