Invalidating dynamic snippets with {include template} is broken
Notice: This thread is very old.
- Pavel Janda
- Member | 977
Hi,
I will start with an example.
1, Start with nette/web-project
2, Add jquery and nette.ajax.js.
3, Presenter:
4, Little template t.latte
:
5, Homepage template:
Now, that works fine, when you click on Do stuff
, instead of
a
the template shows c
.
But if i instead of direct output include an template with same value, the
invalidation brokes down:
Now when you click the link, instead of c
there is nothing.
Last edited by Pavel Janda (2016-01-14 17:48)