Forum Moderators: open

Message Too Old, No Replies

Validators are enabled and set up, just don't do anything

         

qlipoth

1:58 pm on Jul 15, 2005 (gmt 0)

10+ Year Member



I have a form with tons of validation going on. Most of the validators work fine. Some of them, though... just don't work. No errors or anything, it's just like they aren't even there, or are disabled. There doesn't seem to be any pattrn to the ones that 'vanish' either. One is a custom Validator, one is a regExp. Sometimes removing them and re-adding them will work, but it's pretty hard to tell which ones are failing (There are a lot of the things on this page)

Has anyone run into this before and have a solution, or at least a way to tell which ones aren't going to work? I'm shooting in the dark here.

CaseyRyan

2:16 pm on Jul 15, 2005 (gmt 0)

10+ Year Member



I've run into where they don't fire because they are setup incorrectly... wrong or missing attributes. Also if the logic isn't correct in your custom validation code, it may just be passing through every time.

You wanna post some of the code on one or two that aren't working?

-=casey=-