[Zope] Form action -> zsql method linkage ? - was Re: [Zope] how to get detailsof sql.error ?of sql.error ?

Nitin Borwankar nitin@borwankar.com
Thu, 09 Dec 1999 13:54:38 -0800


Hannu Krosing wrote:
> 
> 
> You miss another dtml page that does <dtml-call insert_survey_rec> and
> also has other things you may want to give back as the visible result of
> submitting the page


So would it have simply the following ( syntax ? )

<dtml-with REQUEST>
  <dtml-try>
  
    <dtml-call "insert_survey_rec(e-mail,...)" >  <- syntax ? quotes
around e-mail?
    Your survey was submitted successfully!
    Thanks!
  <dtml-except>
    There was a problem processing your survey.
    Please try again, or send e-mail to ...

  </dtml-try>
</dtml-with>

Thanks again.


> 
> > Thanks for any help.
> >
> > Nitin
> >
> > _______________________________________________
> > Zope maillist  -  Zope@zope.org
> > http://lists.zope.org/mailman/listinfo/zope
> >           No cross posts or HTML encoding!
> > (Related lists -
> >  http://lists.zope.org/mailman/listinfo/zope-announce
> >  http://lists.zope.org/mailman/listinfo/zope-dev )
> 
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
>           No cross posts or HTML encoding!
> (Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )