[Zope] Need ZCatalog help

Martijn Pieters mj@antraciet.nl
Mon, 13 Sep 1999 09:56:56 +0200


At 01:40 13/09/99 , John Goerzen wrote:
>Martijn Pieters <mj@antraciet.nl> writes:
>
> > If it is the first item, it'll catalog itself by default in the catalog
> > named, surprisingly, 'Catalog'. This default can be changed by calling
> > setting default_catalog on the object, or calling
> > 'manage_editCatalogerForm' on the object for a visual interface (in a 
> browser).
>
>I can't seem to make this work.  Is this supposed to be called under
>the Products area?  In the PropertySheets area?  For each individual
>object?  If the last, how can I set the default for all the objects?
>Can you give me a sample URL to use?

This is an instance variable so you need to call it on an individual 
object. To set a default for all objects, you can set default_catalog on a 
newly created instance with the DTML method that creates an instance.

--
Martijn Pieters, Web Developer
| Antraciet http://www.antraciet.nl
| Tel: +31-35-7502100 Fax: +31-35-7502111
| mailto:mj@antraciet.nl http://www.antraciet.nl/~mj
| PGP: http://wwwkeys.nl.pgp.net:11371/pks/lookup?op=get&search=0xA8A32149
------------------------------------------