[opencms-dev] Webuser registration module

Paul-Inge Flakstad flakstad at npolar.no
Wed May 9 12:45:22 CEST 2012


Hi,

Is the OAMP webuser registration 0.9.0 not compatible with OpenCms 8 / OAMP webform 2.0? (The only info I can find on the webuser module is that the minimum required version is 7.0.4.)

On an OpenCms 8.0.4 setup I've just installed these OAMP modules (latest versions):
- webform 2.0
- webuser registration 0.9.0

After some difficulties, I was able to create a registration form, but when I try to view it, I get an error message which indicates that the two mentioned modules are not compatible:

org.apache.jasper.JasperException: Unable to compile class for JSP:

An error occurred at line: 86 in the jsp file: /WEB-INF/jsp/offline/system/modules/com.alkacon.opencms.registration/pages/registration.jsp
The method buildHtml(CmsFormHandler, CmsMessages, String, boolean, String) in the type I_CmsField is not applicable for the arguments (CmsRegistrationFormHandler, CmsMessages, String, boolean)
83:                         field.setPosition(pos);
84:                         String errorMessage = (String)cms.getErrors().get(field.getName());
85:
86:                         out.println(field.buildHtml(cms, messages, errorMessage, formConfiguration.isShowMandatory()));
87:                         pos=field.getPosition();
88:                         place=field.getPlaceholder();
89:          }

Best regards,
Paul
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20120509/aae1d30d/attachment.htm>


More information about the opencms-dev mailing list