Closed scho closed 12 years ago
I don't yet understand why this would happen. Does SomeSimpleApp in the test app work for you?
SomeSimpleApp works. So I'll try to figure out, what goes wrong in my app.
I found out, why it fails. It's the therubyracer
gem. I removed it in favour of the nodejs package and now it works.
Hei Denis,
I've started to migrate an existing netzke app from 0.7.7 to the latest master, but I can't get it to work. Dynamic component loading always fails. I use Netzke::Basepack::SimpleApp, which has another component, that should be loaded.
I get the following error:
So the serverside JS evaluation complains when executing this piece of code:
So it seems to me, as the server can't properly load ExtJS, right?
If you need more information, let me know.
Thanks for looking into this.
cheers, Georg