user3241019
user3241019

Reputation: 811

IBM Worklight 5.0.5 method error in an uploaded javascript file

I have an issue when deploying my app on server :

enter image description here

Why not, but here is the problem :

The question is : why this error since I think all has been made to work fine.

Any help would be great

version : Worklight 5.0.5.20130115-0926

Upvotes: 0

Views: 64

Answers (1)

Daniel
Daniel

Reputation: 3806

It is only if the javascript source is included directly in the document that you can utilize functions that has not already been defined.

Just import the cxf-utils.js before you import the user-uploaded file.

Upvotes: 2

Related Questions