ZK - Open Source Ajax Java FrameworkZK - Open Source Ajax Java Framework

how to create dynamically zul pages through java ?

lardig82
4 Aug 2011 10:26:17 GMT
4 Aug 2011 10:26:17 GMT

How can I load files zul through a java class and use that class in the zul page specification to generate just a header, footer and content?

SimonPai
27 Sep 2011 05:24:12 GMT
27 Sep 2011 05:24:12 GMT

You can try Executions.createComponents() API, as in the following:

http://www.zkoss.org/javadoc/latest/zk/org/zkoss/zk/ui/Executions.html

Regards,
Simon