ZK: Problem with JavaScript method invoking from action in Google Chrome
- by Arkady Kashin
I have a zul file with description of simple window, which contains button with action :
<?xml version="1.0" encoding="UTF-8"?>
<zk xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.zkoss.org/2005/zul"
xmlns:zk="http://www.zkoss.org/2005/zk"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
…