dynamiatools/framework

Problem of ZKNavigationComposer

Closed this issue · 1 comments

ZKNavigationComposer -doAfterCompose method was called twice, and the database executed two queries when refreshing a page

Merge the index-main.zul code into the index.zul
Fix this problem like this:
<z:zk xmlns="native" xmlns:z="http://www.zkoss.org/2005/zul"> <z:div> here is the code of index-main.zul </z:div> ... </z:zk>