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

Reload Parent Page

mivan6
18 Jan 2012 22:49:50 GMT
18 Jan 2012 22:49:50 GMT

Hi,

I would like to reload the parent page from a renderer, how?

vincentjian
1 Feb 2012 09:02:16 GMT
1 Feb 2012 09:02:16 GMT

Hi

You can use Executions.sendRedirect(uri); to reload a zul page.

RichardL
1 Feb 2012 14:08:55 GMT
1 Feb 2012 14:08:55 GMT

That could also be: Executions.sendRedirect(null);