1 Reply Latest reply on Sep 23, 2008 10:12 AM by ilya_shaikovsky

    rich:ajaxValidator Password Match

    qasimkhan

      Hi,

      I want to use rich:ajaxValidator for password match field, but I only got the current input value using listner not the whole bean which contains the data.

      So what should be the best way to match password

        • 1. Re: rich:ajaxValidator Password Match
          ilya_shaikovsky

          May be I missed something in your use-case.. Do you need just compare two password inputs for matching between them? But why this validation task should be ajax based? Seems more fast and clear solution is client side one with just your own script. I do not see any sence in server interactions in this simple case.