Josiel Denardi6690187
Posts: 0
Joined: Mon Feb 24, 2014 9:23 pm

c15r: component facade not found

We have two errors in our application.

First error message:
Uncaught Error: c15r: component facade not found

Second error message:
Uncaught Error: c15r: component not found

When occurs the error the app stopped.

See post about this, and the fix solution, but in my case is crash.

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

c15r: component facade not found

Hello Josiel,

Could you please send us your projects GUID to a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a ?

Josiel Denardi6690187
Posts: 0
Joined: Mon Feb 24, 2014 9:23 pm

c15r: component facade not found

News about this issue? We need a resolution urgent, because this error we don't have control, this error came from you.
This project is shared for you for analyse.

Uncaught Error: c15r: component facade not found

return function (id, action, attr, value) {
//console.debug(arguments);
var component = findComponent(id),
facade;
if (action === "unwrapper" && !component.is("[dsid]")) {
facade = findFacade(component.find("[dsid]:first"));
} else {
facade = findFacade(component);
}
if (facade) {
// clone
if (action === "clone") {
if (attr !== undefined) {
return facade.clone(component, attr);
} else {
throw new Error("c15r: clone, id modifier is empty");
}
} else if (action === "refresh") {
return facade.refresh(component);
} else if (action === "wrapper") {
return facade.wrapper(component);
} else if (action === "unwrapper") {
return facade.unwrapper(component);
}
// set & get attr
if (facade.has(attr)) {
var method = action + "_" + attr;
if (facade[method] !== undefined) {
return facade[method](component, value);
} else {
throw new Error("c15r: undefined action - " + method);
}
} else {
throw new Error("c15r: undefined attribute - " + attr);
}
} else {
throw new Error("c15r: component facade not found");
}
};

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

c15r: component facade not found

Hi Josiel,

Sorry, I cannot find any email from you with app GUIDs.
Could you please tell us the app names?

Josiel Denardi6690187
Posts: 0
Joined: Mon Feb 24, 2014 9:23 pm

c15r: component facade not found

App ID: 09561c3f-d63d-4692-88ee-502f3153e48b
App Name: Ford Baltico

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

c15r: component facade not found

Hi Josiel,

Sorry but we can not reproduce this problem in your app.

Please give us steps to reproduce this problem in your app.

Thanks & Regards.

Return to “Issues”