Hi.
I am trying to upgrade an application to smartclient 13, for now I have been downloading the "eval" version.
Whoever designed the application used "dojo framework" and set up import of "spring-js-resources".
After starting the server the following error appears:
dojo.js:15 Error: multipleDefine
at _f (dojo.js:15:436)
at _fa (dojo.js:15:16552)
at dojo.js:15:17143
at _9 (dojo.js:15:328)
at _7f (dojo.js:15:17112)
at _f5 (dojo.js:15:15639)
at req.getText (dojo.js:15:3400)
at _33 (dojo.js:15:16199)
at _2c4 (dojo.js:15:60287)
at dojo.require (dojo.js:15:60586)
at login;jsessionid=...
And after that also this error:
dojo.js:15 TypeError: this.widget.startup is not a function
at Object.apply (Spring-Dojo.js:16:1894)
at Spring.applyDecorations (Spring.js:16:843)
at Spring.initialize (Spring.js:16:120)
at _621 (dojo.js:15:159326)
at Function._61d [as _onQEmpty] (dojo.js:15:158951)
at _44a (dojo.js:15:110259)
at HTMLDocument._44c (dojo.js:15:110449)
Is there any smartclient 13 component that can originate the errors?
Is it the "spring-js-resources" library causing problems?
Thank you.
I am trying to upgrade an application to smartclient 13, for now I have been downloading the "eval" version.
Whoever designed the application used "dojo framework" and set up import of "spring-js-resources".
After starting the server the following error appears:
dojo.js:15 Error: multipleDefine
at _f (dojo.js:15:436)
at _fa (dojo.js:15:16552)
at dojo.js:15:17143
at _9 (dojo.js:15:328)
at _7f (dojo.js:15:17112)
at _f5 (dojo.js:15:15639)
at req.getText (dojo.js:15:3400)
at _33 (dojo.js:15:16199)
at _2c4 (dojo.js:15:60287)
at dojo.require (dojo.js:15:60586)
at login;jsessionid=...
And after that also this error:
dojo.js:15 TypeError: this.widget.startup is not a function
at Object.apply (Spring-Dojo.js:16:1894)
at Spring.applyDecorations (Spring.js:16:843)
at Spring.initialize (Spring.js:16:120)
at _621 (dojo.js:15:159326)
at Function._61d [as _onQEmpty] (dojo.js:15:158951)
at _44a (dojo.js:15:110259)
at HTMLDocument._44c (dojo.js:15:110449)
Is there any smartclient 13 component that can originate the errors?
Is it the "spring-js-resources" library causing problems?
Thank you.
Comment