Open thiagogjt opened 12 years ago
I sorry, Include
component still have many problems unsolved in zkui.
Hi!
In fact i need to apologize for not report my progress! After some tries i figured out that the Include
component process the included page only if it is an zul file...
Best Regards
Hi Groovyquan!
Im trying to pass some references with @ref in an tag
<z:include src="templates/template.gsp" template="@ref(vm.template)"/>
and in template.gsp
<z:label value="@load(template)"></z:label>
But the template variable allways come null.
Is there anyway to make it work?
Thanks in advance.
Thiago Lacerda