Navigate zul page
9 Oct 2011 10:08:37 GMT
11 Oct 2011 03:12:50 GMT
11 Oct 2011 03:12:50 GMT
or Executions.sendRedirect
How about Href
<button label="click me (href)" href="/otherpage.zul"/>
or Executions.sendRedirect
<button label="click me (onClick)" onClick='Executions.sendRedirect("/otherpage.zul")'/>
ZK - Open Source Ajax Java Framework
How I can call next zul page after submit of first zul page using submit button ? that is how i can navigate to zul page ?