you should use validator instead of filter.

$inputFilter->add($factory->createInput(array(
                'name'     => 'minimum_bid',
                'required' => true,
                'validators' => array(
                    array(
                        'name'    => 'Digits'
                    ),
                ),
            )));



--
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/Cant-place-init-filter-on-textbox-tp4659313p4659318.html
Sent from the Zend Framework mailing list archive at Nabble.com.

-- 
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]


Reply via email to