[symfony-users] Re: Symfony Filter

2010-01-26 Thread Asif Ali M
Thanks Dheeraj. You are right. the flow is what you explained. What I am trying to find is... Is it a good practice in symfony to have my custom filter run before the security filter? Thanks -Asif On Jan 26, 8:20 am, Dheeraj Kumar Aggarwal dheerajcom...@gmail.com wrote: Hi in my view

[symfony-users] Re: Symfony Filter

2010-01-26 Thread ken
Sometimes you will need to run the custom filter before the security filter. On Jan 26, 5:02 pm, Asif Ali M l...@reloadtheweb.com wrote: Thanks Dheeraj. You are right. the flow is what you explained. What I am trying to find is... Is it a good practice in symfony to have my custom filter

[symfony-users] Re: Symfony Filter

2010-01-26 Thread Asif Ali M
okay. Thanks for your comment On Jan 26, 4:56 pm, ken marfillas...@gmail.com wrote: Sometimes you will need to run the customfilterbefore the securityfilter. On Jan 26, 5:02 pm, Asif Ali M l...@reloadtheweb.com wrote: Thanks Dheeraj. You are right. the flow is what you explained. What

[symfony-users] Re: Symfony Filter

2010-01-25 Thread Mohammad Asif Ali
Any suggestions on my filter execution flow? On Jan 23, 4:53 pm, Asif Ali M l...@reloadtheweb.com wrote: Hello Symfonians, I am working on symfony 1.0 application. Its a kind of Software as Service model. When a user registers he will get his own site (frontend/backend). The users can

Re: [symfony-users] Re: Symfony Filter

2010-01-25 Thread Dheeraj Kumar Aggarwal
Hi in my view . if you place your filter below the security filter --- In security filter, symfony will check whether the user is logged in or not and if the user is not logged in, it will be redirected to home page as specified by yourself then again the whole cycle repeats but now the

[symfony-users] Re: Symfony filter

2009-08-07 Thread Richtermeister
Hey Marcos, I think I've had the same issue before. What's happening is that the text field is really submitting 2 fields, one being the text value, and the other the is empty checkbox value. So when you switch the widget to a choice widget, only one value gets submitted (instead of an array of

[symfony-users] Re: Symfony filter

2009-08-07 Thread Marcos Medeiros
Daniel, Thanks for your response, really after modify the field really works now... Best regards Medeiros On 07/08/2009 14:11, Richtermeister wrote: Hey Marcos, I think I've had the same issue before. What's happening is that the text field is really submitting 2 fields, one being