I have problems with my Zcatalog PDFcatalog with 'tp1' 'tp2' 'tp3' 'tp4' what are PDFdoc (myZclass) with juste as property 'title' and 'author' : I don't understand the behaviour of zope : <dtml-var standard_html_header> <dtml-in PDFcatalog size=50 start=query_start> <dtml-with id> <dtml-var id>, <dtml-var titre><br> <dtml-var auteur> </dtml-with> <dtml-with tp4> <dtml-var id>, <dtml-var titre><br> <dtml-var auteur> </dtml-with> <dtml-else> There was no data matching this query. </dtml-in> <dtml-var standard_html_footer> and I get: tp1, | | tp2, | ¦==== why is there no 'titre' no 'auteur'? tp3, | | tp4, | tp4,titre4 auteur4 The two <dtml-with> block seems to be equal ... I wonder ??????? I think there a link error between Zclass/Zcatalog =>I added CatalogAware, and try every how-to, but I can't index automatically my catalog .... need some help .... () / \ | <> | (____) zazen rules ... _______________________________________________________ Send a cool gift with your E-Card http://www.bluemountain.com/giftcenter/
--On Wednesday, April 25, 2001 07:06:12 -0700 Sebal <sbaline@excite.com> wrote:
I have problems with my Zcatalog PDFcatalog with 'tp1' 'tp2' 'tp3' 'tp4' what are PDFdoc (myZclass) with juste as property 'title' and 'author' : I don't understand the behaviour of zope : <dtml-var standard_html_header> <dtml-in PDFcatalog size=50 start=query_start>
<dtml-with id> <dtml-var id>, <dtml-var titre><br> <dtml-var auteur> </dtml-with>
this just adds the id (a string) to the namespace. you want: <dtml-with getObject> see: http://www.zope.org/Members/Caseman/ZCatalog_for_2.3 -- ethan mindlace fremen zopatista community liason
participants (2)
-
ethan mindlace fremen -
Sebal