xiaochong / zkui

Grails ZK UI Plugin
http://grails.org/plugin/zkui
GNU Lesser General Public License v3.0
24 stars 8 forks source link

zkui 0.5.7 and grails 2.3.4: Uncaught TypeError #133

Closed docmanni closed 10 years ago

docmanni commented 10 years ago

UPDATE: never mind... My mistake! I used the ZK theme silvertail with a wrong version number (6.0.0 instead of 6.5.4). After upgrading this version number, everything runs great!

Original post:

I'm using grails 2.3.4 and zkui 0.5.7 and get the following error in the JavaScript console when using zkui:

Uncaught TypeError: Cannot set property 'isFrameRequired' of undefined

The file which causes this error is zul.wpd, line 7, seems to be this line: zk.afterLoad("zul.wgt",function(){zul.wgt.PopupRenderer.isFrameRequired=function(a){return false}});

I have quite a large application which I have upgraded from grails 2.0.4 and zkui 0.5.1 to the above setup. Previously, things worked fine, after the upgrade zkui seems broken. Any hint what I might need to change?

If any further information is required, please let me know. I'm more than happy to help resolving this problem.

Thanks, Manfred