how to call one zul page in meta tag in another zul file
Have you tried Include
<include src="/otherpage.zul" />
<iframe style="width:300%; height:400px;border:3px inset;" src="/otherpage.zul" />
<?component name="mymacro" macroURI="/otherpage.zull"?> .... <mymacro> ... </mymacro>
how to call one zul page in meta tag in another zul file