[symfony-users] Re: fillin:true through code

2008-05-20 Thread Thomas Rabaix
The fillin filter is not reliable at 100% as it uses DOM parser to transform and populates the value. So if your html is too broken, then the parser may transform your html into something wrong. Thomas On Wed, May 21, 2008 at 1:53 AM, jtodd <[EMAIL PROTECTED]> wrote: > > I would also like to und

[symfony-users] Re: fillin:true through code

2008-05-20 Thread jtodd
I would also like to understand how to do this. Another way to phrase the question might be "how can I call/enable a filter from inside an action?" Since fillin: enable:true essentially enables the sfFillInFormFilter filter for that form, how can one do this from an action? On May 19, 10:02 pm,

[symfony-users] Re: fillin:true through code

2008-05-20 Thread Bruno Reis
Sometimes I get weird errors on fillin when I use non xhtml code. In this cases my html code gets changed without my permission. There was a situation where the kept changing place and then some parameters were not sent. 2008/5/20 Sumedh <[EMAIL PROTECTED]>: > > Can we set fillin as true through