Ajax

AJAX

Zcore uses DWR for Ajax functionality.The ZEPRS Documentation site has information on Ajax in Zcore:

  • Ajax - Explains how DWR is used in ZEPRS to provide Ajax functionality.

Tips and Common errors:

$("disabledZone") is null

Make sure that <body onload="DWRUtil.useLoadingMessage();"> is in template.
If not, you probably need to set "dwr" in the request:

request.setAttribute("dwr", 1);