I want to know why a view show the flash message without having pressed the submit button
I have a menu layout for reuse
views/layouts/admin.volt
the menu is recursive
other views have forms (textbox, radio, select option ....)
views/users/create.volt
views/users/show.volt
the problem is that when you press a link redirects to a view showing the flash message of form
i am using inheritance of view and routing annottations
1-. Action -> views/users/create.volt
2-. Layout -> views/layouts/admin.volt
3-. Controller -> controllers/UserController
4-. Main -> views/index.volt
what is this problem?