[symfony-users] Re: search page with some checkboxes

2009-08-04 Thread Eno
On Tue, 4 Aug 2009, SatBoy78 wrote: > I've created a new action and a new route for search, and when I call > search, I can see the form page with checkboxes; the problem is that > when I click "submit", I don't have any results, but only a blank > page! Usually that means some kind of error. A

[symfony-users] Re: search page with some checkboxes

2009-08-04 Thread SatBoy78
I'm working in frontend_dev.php: is that the dev controller that you suggest me? I've tried to see logs: REQUEST: parameterHolder: action: search conti_bancari: { chiusura_conto_gratis: 'on', id: '', id_dettagli: '', _csrf_token: 2fdaede2c6f2824289fadfc66f709e04 } module: cercaconti quer

[symfony-users] Re: search page with some checkboxes

2009-08-06 Thread SatBoy78
I've placed some echo commands in searchSuccess, and I've seen that the value of $query is "submit", and this is the error this is my form: I've put name="query" in , but this is the reason of the error!!! where I have to place this name="query"?

[symfony-users] Re: search page with some checkboxes

2009-11-01 Thread Tiago Antunes
Hi SatBoy, Have you solved your problem? If I understood you and your problem correctly, then you need to insert an "input" field of type text, and name it "query". That would be the field where you would actually write something to search, right? So, the field you need would be something like