-- Andreas Möller <[email protected]> wrote (on Wednesday, 14 November 2012, 03:02 PM +0100): > I'm not so sure if I understood this right or whether it only has changed > from ZF1 to ZF2: > > * A form has been injected an input filter with filters and validators. > * The form is not valid for all fields. > > Shouldn't the form - upon rendering - show the already filtered values? > > It seems to me that it doesn't. Is there a way to achieve this? Or do > I need to pull the values from the input filter?
Can you show the code you're using? Rendering the filtered values is definitely part of the various form helpers, and was a primary use case when we developed it -- which makes me wonder what usage is causing that not to happen. -- Matthew Weier O'Phinney Project Lead | [email protected] Zend Framework | http://framework.zend.com/ PGP key: http://framework.zend.com/zf-matthew-pgp-key.asc -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
