Hi,
I try to make a survey. But each time I try to see it on my application or by using this url: https://localhost:8443/ecommerce/control/takesurvey?productStoreSurveyId =1003 <https://localhost:8443/ecommerce/control/takesurvey?productStoreSurveyI d=1003> I get this error: Method public java.io.Writer org.ofbiz.product.store.ProductStoreSurveyWrapper.render() throws org.ofbiz.content.survey.SurveyWrapper$SurveyWrapperException threw an exception when invoked on [EMAIL PROTECTED] The problematic instruction: ---------- ==> ${surveyWrapper.render().toString()} [on line 35, column 15 in customersurvey.ftl] ---------- Java backtrace for programmers: ---------- freemarker.template.TemplateModelException: Method public java.io.Writer org.ofbiz.product.store.ProductStoreSurveyWrapper.render() throws org.ofbiz.content.survey.SurveyWrapper$SurveyWrapperException threw an exception when invoked on [EMAIL PROTECTED] at freemarker.ext.beans.OverloadedMethodModel.exec(OverloadedMethodModel.ja va:134) at freemarker.core.MethodCall._getAsTemplateModel(MethodCall.java:93) at What am I doing wrong? Thanks, Nick
