Nette documentation doesn’t provide details about methods execution order in case of a submitted form. So hear hear, it is this:
- action<Action>
- createComponent<FormName>
- <FormName>Submitted
- render<Action>
Nette documentation doesn’t provide details about methods execution order in case of a submitted form. So hear hear, it is this:
I’ve had some troubles with a page that refused to be wrapped in a layout. It turned out I accidentally erased {block #content}
in my presenter template. Read on for the background logic explanation.
(more…)