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
- findAll: function( params, success, error ){
- return $.ajax({
- url: '/uibproto/loadcontainers',
- type: 'POST',
- dataType: 'json',
- data: params,
- success: success,
- error: error
- });
- },
Any ideas?