1 Reply Latest reply on Apr 1, 2010 4:17 AM by ilya_shaikovsky

    internationalization validator messages

    lockdog

       

      <f:loadBundle var="bundle" basename="LocalizationResources"/>
      ...
      <h:inputText id="juridicalIdentification" onkeypress="return isNumberKey(event)"value="#{reportPageBean.client.registrationNumber}"
       maxlength="8">
       <f:validateLength minimum="8" maximum="8"/>
       <rich:ajaxValidator event="onblur"/>
       </h:inputText>
       <rich:message for="juridicalIdentification"/>

      ...
      how can i i18n validator messages?