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

    I18N in ajaxvalidation

      Hi ,

       

      I am able to do the validation useing ajaxvalidation, I would like to provided a validation message in the form of 118n format.

      public class person{

       

      @pattern(regex=".*[^\\s].*",message="This is contain only spaces".

      private String name.

       

      get and setter for the name.

      }

       

      Q1) I want to provide a message information in the form of I18N.Please suggest the implemation solution.