5 Replies Latest reply on May 25, 2009 2:14 PM by nbelaevski

    HtmlAjaxValidator

    mpickell

      I feel like i am missing something. Is HtmlAjaxValidator missing from the jar file? It is in the documentation, but i can't seem to find it.

      And documentation has the import as:

      import org.richfaces.component.html.HtmlCalendar

      ?

        • 1. Re: HtmlAjaxValidator
          ilya_shaikovsky

          richfaces-ui.jar\org\richfaces\component\html\

          • 2. Re: HtmlAjaxValidator
            mpickell

             

            "ilya_shaikovsky" wrote:
            richfaces-ui.jar\org\richfaces\component\html\


            That is where I looked. Is it inside another class file? There is no HtmlAjaxValidator.class file there. Eclipse cannot find it either to resolve a path for the import.

            Is it an inner class of a different class?

            • 3. Re: HtmlAjaxValidator
              nbelaevski

              No, that's not inner class and Eclipse finds it well. Probably, you are using old version of RF, in which validators were not present.

              • 4. Re: HtmlAjaxValidator
                mpickell

                 

                "nbelaevski" wrote:
                No, that's not inner class and Eclipse finds it well. Probably, you are using old version of RF, in which validators were not present.


                ok, i'll check again. I am looking at version 3.3.1GA. Just so i'm not crazy, here is a screen shot of the jar opened up and sorted by name (richfaces-ui-3.3.1.GA.jar):
                [img]http://www.b6systems.com/download/richfaces_jar.jpg[/img]

                • 5. Re: HtmlAjaxValidator
                  nbelaevski

                  You are right, there's no such class in 3.3.1.GA, it's in 3.3.2-SNAPSHOT only. Use HtmlBeanValidator.