How to use if=“some condition” in ZK template tag
问题 I have a <template> tag in my ZUL file, and I want to use this template when some condition accured (for example, when some LABEL's value change to some text). Please look at below code... As you can see, "templateStatus" is my label's name, but it did not work. How can I fix this issue? <template name="allTaskTemplate" var="allTask" if="templateStatus.value == 'allTask'"> <row> <label value="" /> <label value="@load(allTask.documentDTO.docTypeDTO.title)"/> <label value="@load(allTask