Since you can't show any code, with only what I see there should not
be any issues...
That is, there is no issue with using two validate functions on two
different forms, each with it's own set of rules.

You're going to have to show more code for us to get to down to the
issue.

On Feb 8, 5:54 pm, Cutter <cutte...@gmail.com> wrote:
> I have an odd thing happening with the Validation Plugin (latest build
> on JQuery 1.3). I have several forms setup on a page, with validation
> on two. My first works fine, but my second keeps giving me errors in
> Firebug about 'too much recursion'. The configs for these two form
> validations are nearly identical, with the exception of the rules and
> messages, which are very basic field-is-requirewswwd kinda stuff. Some
> searching on the web shows me that there used to be a ticket on this
> (#2995), but that it was closed without fix.
>
> I have stripped down my second form's validate method (the one that is
> erroring) to the barest of validation scripts, and can not get by it
> for the life of me. The configs each set a validate() method on a
> separate form.
>
> $('#frm1').validate({
>    // config here
>
> }
>
> $('#frm2').validate({
>     // second config here
>
> }
>
> I am getting nowhere. Anyone?
>
> (BTW, I can't post the code, or show you a form, because it's all
> behind the firewall)

Reply via email to