Which version/revision of OFBiz are you using?
What additional information is in the console or log files?
-David
On Nov 21, 2006, at 4:00 AM, Passalacqua Nicolas wrote:
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