Revision history [back]

click to hide/show revision 1
initial version

asked 2013-08-20 07:34:01 +0800

astsiapanay gravatar image astsiapanay

RefWidget not found

Hi guys!

I'm using ZK CE 6.0.2 and JBoss 7.1.1

Sometimes I have error alert in the browser(I've tested in Firefox, Chrome and IE 8):

RefWidget not found: sTyPi

It happens if I deploy application to remote server. It doesn't reproduce on my local machine. I've found out a place where ZK throws the error(Widget.src.js)

bind_: function () {

    var w = Widget.$(this.uuid);
    if (!w) {
        zk.error("RefWidget not found: " + this.uuid);
        return;
    }

}

During debugging both on local and remote application I have noticed that this error happens in case of ZK doesn't build DOM model based data from server.

Before I ask for help I've googled this problem but I haven't got any hint besides API description. Please any help/suggestion will be very very valuable.

RefWidget not found

Hi guys!

I'm using ZK CE 6.0.2 and JBoss 7.1.1

Sometimes I have error alert in the browser(I've tested in Firefox, Chrome and IE 8):

RefWidget not found: sTyPi

It happens if I deploy application to remote server. It doesn't reproduce isn't reproduced on my local machine. I've found out a place where ZK throws the error(Widget.src.js)error(Widget.src.js):

bind_: function () {

    var w = Widget.$(this.uuid);
    if (!w) {
        zk.error("RefWidget not found: " + this.uuid);
        return;
    }

}

During debugging both on local and remote application I have noticed that this error happens in case of ZK doesn't build DOM model based data from server.

Before I ask for help I've googled this problem but I haven't got any hint besides API description. Please any help/suggestion will be very very valuable.

RefWidget not found

Hi guys!

I'm using ZK CE 6.0.2 and JBoss 7.1.1

Sometimes I have error alert in the browser(I've tested in Firefox, Chrome and IE 8):

RefWidget not found: sTyPi

It happens if I deploy application to remote server. It isn't reproduced on my local machine. I've found out a place where ZK throws the error(Widget.src.js):

bind_: function () {

    var w = Widget.$(this.uuid);
    if (!w) {
        zk.error("RefWidget not found: " + this.uuid);
        return;
    }

}

During debugging both on local and remote application I have noticed that this error happens in case of ZK doesn't build DOM model based data from server.server(there are no errors in JS console).

Before I ask for help I've googled this problem but I haven't got any hint besides API description. Please any help/suggestion will be very very valuable.

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More