1 Reply Latest reply on Jul 10, 2009 10:05 AM by ilya_shaikovsky

    beanValidator with a inplaceInput

    funkybreizh

      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" />
      


      Is there a solution?
      Thanks