WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

 « Return to Thread: how do i make the contact module work?

Re: how do i make the contact module work?

by Thorsten Scherler :: Rate this Message:

| View in Thread

On Wed, 2011-07-20 at 15:30 +0100, Nick Holland wrote:

> ok so i have inserted an entry for a contact form in my publication, but
> i cannot get it to send as i have no idea how to set the varible
> [sender] to spec ify where its going. also, when fields are filled in, i
> get an error that contains:
>
>
> <!--The parameter [sender] must not be null!
> org.apache.cocoon.ProcessingException: Sitemap: error calling
> continuation
>
>
> <!--No transition found for event [checkPreconditions] in state
> [execChecked]!org.apache.cocoon.ProcessingException: Sitemap: error
> calling continuation
>
> I am finding this extremly frustrating as something as simple as a
> contact us form (which is a doddle in html/php) seems to be really
> difficult to implement.
>
Well I guess you are not a java programmer and I can asure you it is
very simple if you are one.

Look into
modules/contactform/java/src/org/apache/lenya/cms/contactform/ContactForm.java

and you will find your error "The parameter [sender] must not be null!"

Well a similar one. Anyway the main configuration of this module is
modules/contactform/config/cocoon-xconf/usecase-contactForm.xconf
and there you find your sender.

HTH

salu2

> thanks
>
> nick
>
>
>
> and
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@...
> For additional commands, e-mail: user-help@...
>
--
Thorsten Scherler <thorsten.at.apache.org>
codeBusters S.L. - web based systems
<consulting, training and solutions>
http://www.codebusters.es/


smime.p7s (2K) Download Attachment

 « Return to Thread: how do i make the contact module work?