Re: [fw-general] Zend_Filter_Input and messages

2008-03-09 Thread fugazied
The only way I have found to get around the misbehaving notEmpty message template found in validators like Digits and Alnum is to manually set it. Surely there must be another way, with the templates in options not working for me, I have to manually set every notEmpty message which adds quite

Re: [fw-general] Zend_Filter_Input and messages

2008-03-09 Thread Lepidosteus
I did not fully understand what you are trying to achieve here ? Do you try without success to change an error message ? To allow an empty value ? To disallow an empty value ? -- Vianney Devreese - Lepidosteus http://lepidosteus.com

Re: [fw-general] Zend_Filter_Input and messages

2008-03-09 Thread Paul Fitzpatrick
Hi, The intention is to create a custom message template for missing input values for Zend_Filter_Input. I would hope to set the 'notEmptyMessage' meta attribute in the $options array getting fed to Zend_Filter_Input. I thought the meta attribute would have allowed me to create default

Re: [fw-general] Zend_Filter_Input and messages

2008-03-06 Thread Paul Fitzpatrick
I know its bad discussion etiquette, but does anyone have a possible solution to my problem below? I have tried it with 1.5 RC 1 and still have the same issue. fugazied wrote: I am having some issues with the custom messaging and Zend Input Filter. Probably something obvious I am missing,

Re: [fw-general] Zend_Filter_Input custom messages walked on...

2007-08-27 Thread Drew Bertola
Mmm. I figured out the problem was just confusion between the meaning of missingMessage and notEmptyMessage. -- Drew Drew Bertola wrote: Hi, I'm trying to figure out why I can't set custom messages in Zend_Filter_Input. Is this a known bug? I've searched around by haven't found