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.

how do i make the contact module work?

View: New views
3 Messages — Rating Filter:   Alert me  

how do i make the contact module work?

by Nick Holland-5 :: Rate this Message:

| View Threaded | Show Only this Message

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.

thanks

nick



and





---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@...
For additional commands, e-mail: user-help@...


Re: how do i make the contact module work?

by Thorsten Scherler :: Rate this Message:

| View Threaded | Show Only this Message

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

Re: how do i make the contact module work?

by Nick Holland-5 :: Rate this Message:

| View Threaded | Show Only this Message

thanks.

Yes I am new to java :) Its quite difficult, but ultimatly rewarding I
think

Thanks for your prompt response, I am really impressed with the
community and support of Lenya.




On Wed, 2011-07-20 at 18:18 +0200, Thorsten Scherler wrote:

> 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@...
> >
>



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@...
For additional commands, e-mail: user-help@...