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

how to call zul file in meta tag

archana
9 Oct 2011 05:04:19 GMT
9 Oct 2011 05:04:19 GMT

how to call one zul page in meta tag in another zul file

pipe
11 Oct 2011 03:05:50 GMT
11 Oct 2011 03:05:50 GMT

Have you tried Include

<include src="/otherpage.zul" />

or Iframe
<iframe style="width:300%; height:400px;border:3px inset;" src="/otherpage.zul" />

or macro
<?component name="mymacro" macroURI="/otherpage.zull"?>
....
<mymacro> ... </mymacro>