Hello,
I want to apply a rich:beanValidator on a rich:inplaceInput.
It's work with a h:inputText but not with the inplaceInput:
I try this:
<rich:inplaceInput id="valueInput" value="#{bean.value}">
<rich:beanValidator summary="Invalid value" />
<rich:ajaxValidator event="onblur" />
</rich:inplaceInput>
<rich:message for="valueInput" />
if the server side property has needed anotations?