Bill Karwin wrote: > > > There is sample code for a validator that does this, in > <zf-home>/tests/Zend/Filter/_files/TestNamspace/StringEquals.php. You > can use this as a basis for writing the validator you need. > > But there is a bug in Zend_Filter_Input that causes a problem if you use > this validator with any other validators in the same invocation of ZFI. > See http://framework.zend.com/issues/browse/ZF-1709. Hopefully I can > fix this bug during the next few days in time for the ZF 1.0.1 release. > > Regards, > Bill Karwin > >
Yes, thats the issue that I am having. I went to look to see if there was a bug yesterday, but alas, the site seemed to be down. Glad to know it wasn't something that I was doing. -- View this message in context: http://www.nabble.com/Password-validation-tf4125121s16154.html#a11743133 Sent from the Zend Framework mailing list archive at Nabble.com.
