Re: [symfony-users] appending to flashes/multiple flashes

2010-08-11 Thread Alexandre Salomé
Alexandre... Alexandre... Not Alexander Le 11/08/10 13:39, Gustavo Adrian a écrit : The setting of the notice takes place on the action, not on the form. And it's generated in every module you create with the admin generator. So, as Alexander said, you'd need to modify the skeleton of the gen

Re: [symfony-users] appending to flashes/multiple flashes

2010-08-11 Thread Gustavo Adrian
The setting of the notice takes place on the action, not on the form. And it's generated in every module you create with the admin generator. So, as Alexander said, you'd need to modify the skeleton of the generated actions to add your functionality. On the other hand, an easier way would be to ju

Re: [symfony-users] appending to flashes/multiple flashes

2010-08-10 Thread Alexandre Salomé
Create your skeleton for admin generator. Search documentation, I have no information on subject. Le 11/08/10 07:48, bretth a écrit : Hi, I want to set a 'notice' flash in the postvalidator callback function i'm using; it will be used to display a 'notice' (ie. This object requires a Foo, so i

[symfony-users] appending to flashes/multiple flashes

2010-08-10 Thread bretth
Hi, I want to set a 'notice' flash in the postvalidator callback function i'm using; it will be used to display a 'notice' (ie. This object requires a Foo, so it has been unpublished'). I can do it with the error notice, but what i'm setting is not technically an error; it's a notice. I want to us