11-17-2011 10:09 AM
org.mozilla.javascript.EvaluatorException: Can't find method org.alfresco.wcm.client.impl.UgcServiceCmisImpl.postFeedback(java.lang.String,string,string,string,string,string,string,string,number). (/WEB-INF/webscripts/contact/form.post.js#88)
at org.mozilla.javascript.DefaultErrorReporter.runtimeError(DefaultErrorReporter.java:109)
at org.mozilla.javascript.Context.reportRuntimeError(Context.java:1030)
at org.mozilla.javascript.Context.reportRuntimeError(Context.java:1086)
at org.mozilla.javascript.Context.reportRuntimeError1(Context.java:1049)
…
@Override
public String postFeedback(String assetId, String visitorName,
String visitorLastName, String visitorEmailAddress,
String visitorWebsite, String type, String subject,
String comment, int rating) {
VisitorFeedback feedback = buildFeedbackObject(assetId, visitorName, visitorLastName, visitorEmailAddress,
visitorWebsite, type, subject, comment, false, rating);
return postFeedback(feedback);
}
…
webSite.ugcService.postFeedback(assetId, name, lastName, email, website, type, subject, comment, 0);
11-18-2011 04:09 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.