0

RefWidget not found

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

astsiapanay gravatar image astsiapanay
2 2

updated 2013-08-20 08:49:27 +0800

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(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.

delete flag offensive retag edit

2 Answers

Sort by » oldest newest most voted
0

answered 2013-08-22 09:04:55 +0800

jumperchen gravatar image jumperchen
3909 2 8
http://jumperchen.blogspo... ZK Team

Please try the latest ZK 6.5 version instead.

link publish delete flag offensive edit
0

answered 2013-09-06 15:24:44 +0800

astsiapanay gravatar image astsiapanay
2 2

Thank you very much! It helped me.

link publish delete flag offensive edit
Your answer
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow
1 follower

RSS

Stats

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

Seen: 9 times

Last updated: Sep 06 '13

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