thanks for the info. I am actually using zope 2.7 but still I encountered this problem. I am not quite sure what you mean with
modifying the dtml to pass arguments in this case.

The z sql method I use has actually the following parameters:

ref_id
pub_type
title
pub_name
pub_auth_list
pub_volume
pub_year
pub_page
url
keywords


using the sql statement:


SELECT * FROM bib_table
WHERE
ref_id ~ '<dtml-var ref_id>' AND
pub_type ~ '<dtml-var pub_type>' AND
title ~ '<dtml-var title>' AND
pub_name ~ '<dtml-var pub_name>' AND
pub_auth_list ~ '<dtml-var pub_auth_list>' AND
pub_volume ~ '<dtml-var pub_volume>' AND
pub_year ~ '<dtml-var pub_year>' AND
pub_page ~ '<dtml-var pub_page>' AND
url ~ '<dtml-var url>' AND
keywords ~ '<dtml-var keywords>'


When I generate the z search interface using the dtml method option I still get the error, when I use it as an Page Templates it workes. Does anybody know why?

I am not an Zope expert, so it seems somehow strange and I did not find any information related to this on the web

thx


Martin
--- Begin Message ---
On 2006-01-10 at 13:06:30 [+0100], Martin Krallinger <[EMAIL PROTECTED]> 
wrote:
> Thanks Charlie,
> 
> so, how could I solve this problem in my case?

Please keep replies like this on the mailing list.

Well, you can fix the DTML of the page in question so that the parameters 
are carried or simply write a report page with your own batching mechanism 
to pass the parameters through. I think this has been fixed in versions of 
Zope > 2.7

Charlie
-- 
Charlie Clark
eGenix.com

Professional Python Services directly from the Source
 >>> Python/Zope Consulting and Support ...        http://www.egenix.com/
 >>> mxODBC.Zope.Database.Adapter ...             http://zope.egenix.com/
 >>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
________________________________________________________________________
2005-10-17: Released mxODBC.Zope.DA 1.0.9        http://zope.egenix.com/

::: Try mxODBC.Zope.DA for Windows,Linux,Solaris,FreeBSD for free ! ::::



--- End Message ---
_______________________________________________
Zope-DB mailing list
Zope-DB@zope.org
http://mail.zope.org/mailman/listinfo/zope-db

Reply via email to