[opencms-dev] contact us form not working in online project
astaffo2 at csc.com.au
astaffo2 at csc.com.au
Wed Feb 26 01:20:00 CET 2003
No, I neglected to do that.....that was silly.
I've since overided the getCacheDirectives method in the template class of
the frame template, but the form is still being cached.
I'm wondering if this is the correct location. Currently I have a frame
template calling a contenttemplate which then calls the element.
Where should I overide the getCacheDirectives method? In the frame, the
content template or the element?
In addition, when I set the elementcache.enabled to be false in the
opencms.properties file, the offline version of the file doesn't display,
but shows the following error:
com.opencms.core.CmsException: 0 Unknown exception. Detailed error: A
relative path has entered the A_CmsXmlContent class.
filename=../frametemplates/secondLevelFrame.
at
com.opencms.template.A_CmsXmlContent.init(A_CmsXmlContent.java:1031)
at
com.opencms.template.CmsXmlTemplateFile.<init>(CmsXmlTemplateFile.java:105)
at
com.opencms.template.CmsXmlTemplate.getOwnTemplateFile(CmsXmlTemplate.java:399)
at
com.opencms.template.CmsXmlTemplate.getContent(CmsXmlTemplate.java:160)
at
com.opencms.template.CmsXmlTemplate.templateElement(CmsXmlTemplate.java:1468)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
......
Regards,
Aaron
"Irene Santerini" <i.santerini at inera.it>
Sent by: owner-opencms-dev at www.opencms.org
25/02/03 19:46
Please respond to opencms-dev
To: <opencms-dev at www.opencms.org>
cc:
Subject: Re: [opencms-dev] contact us form not working in
online project
Hi Aaron,
do you have implemented the method "getCacheDirectives" in your class?
Irene.
----- Original Message -----
From: astaffo2 at csc.com.au
To: opencms-dev at opencms.com
Sent: Tuesday, February 25, 2003 6:25 AM
Subject: [opencms-dev] contact us form not working in online project
Hi all
We've implemented a Contact Us form using the built-in form handling
facility of ocms.
This form utilises the code example set found in the user's guide and
works perfectly in the offline project.
The problem lies in the online project when we publish this form. When
we access the form, it displays fine, but when submitted it flicks back
to the form as a basic html form would behave.
What I'm assuming is that the class isn't being invoked at this point.
Other custom classes we've created are being called happily in the online
project - all the classes including the contact us class are in a jar
file in the WEB-INF/lib directory.
Has anyone experienced this or have any suggestions?
Regards,
Aaron
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20030226/4d61b96b/attachment.htm>
More information about the opencms-dev
mailing list