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? Thanks, John -- John Goerzen Linux, Unix consulting & programming jgoerzen@complete.org | Developer, Debian GNU/Linux (Free powerful OS upgrade) www.debian.org | ----------------------------------------------------------------------------+ The 1,187,301st digit of pi is 4.
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 ------------------------------------------
participants (2)
-
John Goerzen -
Martijn Pieters