Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Build Error

$
0
0
I get this error when I try to build using the JSMVC 3.3

failed to open file  file:/uibproto/loadcontainers   JavaException: java.io.FileNotFoundException: /uibproto/loadcontainers (No such file or directory) 


it seems to be related to a model function 

  1. findAll: function( params, success, error ){
  2.             return $.ajax({
  3.                 url: '/uibproto/loadcontainers',
  4.                 type: 'POST',
  5.                 dataType: 'json',
  6.                 data: params,
  7.                 success: success,
  8.                 error: error
  9.             });
  10.         },

Any ideas?

Viewing all articles
Browse latest Browse all 3491

Trending Articles