Welcome Guest, Not a member yet? Register   Sign In
Protype ajax validation problem
#3

[eluser]Michael;[/eluser]
[quote author="mdowns" date="1218483936"]Have you tried this pattern?
Code:
function required() {
    if(!preg_match('^\.+$', $this->obj->input->post('value'))) {
      print "This field is required.";
    }
  }
[/quote]

Yes, I have. I even tried '^\/S+$' trying to match any white space. I'm going to post this under bugs at this point in time because there is no reason that myself or severals other can come up with that this should not be working.


Messages In This Thread
Protype ajax validation problem - by El Forum - 08-10-2008, 03:50 PM
Protype ajax validation problem - by El Forum - 08-11-2008, 08:45 AM
Protype ajax validation problem - by El Forum - 08-11-2008, 08:58 AM
Protype ajax validation problem - by El Forum - 08-11-2008, 09:19 AM
Protype ajax validation problem - by El Forum - 08-11-2008, 09:38 AM
Protype ajax validation problem - by El Forum - 08-11-2008, 09:52 AM
Protype ajax validation problem - by El Forum - 08-11-2008, 10:04 AM
Protype ajax validation problem - by El Forum - 08-11-2008, 10:21 AM
Protype ajax validation problem - by El Forum - 08-11-2008, 10:23 AM
Protype ajax validation problem - by El Forum - 08-11-2008, 10:45 AM
Protype ajax validation problem - by El Forum - 08-11-2008, 11:25 AM
Protype ajax validation problem - by El Forum - 08-11-2008, 11:51 AM
Protype ajax validation problem - by El Forum - 08-11-2008, 11:53 AM
Protype ajax validation problem - by El Forum - 08-11-2008, 12:31 PM
Protype ajax validation problem - by El Forum - 08-11-2008, 12:35 PM



Theme © iAndrew 2016 - Forum software by © MyBB