how to create dynamically zul pages through java ?
4 Aug 2011 10:26:17 GMT
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
ZK - Open Source Ajax Java Framework
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?