[Zope-dev] Turning acquisition off[Zope-dev] Turning acquisition off

2000-12-06 Thread morten
Hi guys, Does anyone know how to disable acqusition ? That is, with a simple method, and not disabling the Acqusition class, something like self.aq_disabled('attribute') . Thanks. -Morten ___ Zope-Dev maillist - [EMAIL PROTECTED]

Re: [Zope-dev] ZCatalog scalability...

2000-12-06 Thread Chris Withers
John Eikenberry wrote: the potential of up to 50,000 entries. Using a ZCatalog for listings This may cause you real problems, especially if there's a 'bulk data load' at any point. Cheers, Chris PS: How's the catalog revamp coming along? Any published ZSearch interface yet?

[Zope-dev] Turning acquisition off selectively.

2000-12-06 Thread Chris Withers
[EMAIL PROTECTED] wrote: That is, with a simple method, and not disabling the Acqusition class, something like self.aq_disabled('attribute') . So kindof the inverse of using Aquisition.Explicit and using the aq_acquire method? What you describe would be really cool... The only workaround

Re: [Zope-dev] Turning acquisition off selectively.

2000-12-06 Thread Robin Becker
I'm almost beginning to understand Acquisition. I can see that it's possible to control the things that my class acquires ie import or ancestor acquisition control, but is it possible to control what other classes acquire from me sort of export/descendant control. -- Robin Becker

Re: [Zope-dev] Turning acquisition off[Zope-dev] Turning acquisitionoff

2000-12-06 Thread Ken Manheimer
On Wed, 6 Dec 2000 [EMAIL PROTECTED] wrote: Does anyone know how to disable acqusition ? That is, with a simple method, and not disabling the Acqusition class, something like self.aq_disabled('attribute') . I believe one way is self.aq_base['attribute']. aq_base gets the unwrapped object

Re: [Zope-dev] Turning acquisition off

2000-12-06 Thread Chris Withers
Ken Manheimer wrote: On Wed, 6 Dec 2000 [EMAIL PROTECTED] wrote: Does anyone know how to disable acqusition ? That is, with a simple method, and not disabling the Acqusition class, something like self.aq_disabled('attribute') . I believe one way is self.aq_base['attribute'].

Re: [Zope-dev] Turning acquisition off

2000-12-06 Thread Ken Manheimer
On Wed, 6 Dec 2000, Chris Withers wrote: Ken Manheimer wrote: On Wed, 6 Dec 2000 [EMAIL PROTECTED] wrote: Does anyone know how to disable acqusition ? That is, with a simple method, and not disabling the Acqusition class, something like self.aq_disabled('attribute') . I

Re: [Zope-dev] Turning acquisition off

2000-12-06 Thread Stefan H. Holek
On Wed, 6 Dec 2000 [EMAIL PROTECTED] wrote: Does anyone know how to disable acqusition ? That is, with a simple method, and not disabling the Acqusition class, something like self.aq_disabled('attribute') . Might this be what you are looking for? http://www.egroups.com/message/zope/45049

[Zope-dev] case insensitive sorts

2000-12-06 Thread Andy McKay
Minor nit and patch: I've found that really for me what users want to see is a case insensitive sort of objects, not the current python case sensitive sort. So that the order of objects from dtml-in and tree is a, A, b, B as apposed to A, B, a, b. Anyway Ive patched dtml-in and dtml-tree to do

Re: [Zope-dev] case insensitive sorts

2000-12-06 Thread Steve Alexander
Andy McKay wrote: Minor nit and patch: I've found that really for me what users want to see is a case insensitive sort of objects, not the current python case sensitive sort. So that the order of objects from dtml-in and tree is a, A, b, B as apposed to A, B, a, b. Anyway Ive patched

Re: [Zope-dev] ZUnit - feedback convocation

2000-12-06 Thread Lalo Martins
On Mon, Dec 04, 2000 at 02:56:26PM -0800, Michel Pelletier wrote: On Mon, 4 Dec 2000, Lalo Martins wrote: The first section is the advocacy section; it will begin with "if you already do unit tests, you may want to skip this section". I'm not sure if the history lesson is out of scope,

Re: [Zope-dev] SQLAlias Memory Leak?

2000-12-06 Thread Dyon Balding
OK, I've had more of a hack at this, and I've narrowed the problem down a little. It appears that any access to an SQLAlias object causes it to not be correctly released. The SQLAlias objects means that you can access column names using a different case to how they are stored in the database.

Re: [Zope-dev] case insensitive sorts

2000-12-06 Thread Andy McKay
Oh yeah for the ZCatalog I have two indexes one upper case and one lower case for some of my classes. No problemo. My area to attack though is the standard views such as the management interface... How's life in Lancaster? Went to school there and grew up in Garstang -- Andy McKay,

Re: [Zope-dev] case insensitive sorts

2000-12-06 Thread Dieter Maurer
Andy McKay writes: what does anyone else think I would not like it. Dieter ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists -

Re: [Zope-dev] case insensitive sorts

2000-12-06 Thread Rik Hoekstra
Andy McKay wrote: Minor nit and patch: I've found that really for me what users want to see is a case insensitive sort of objects, not the current python case sensitive sort. So that the order of objects from dtml-in and tree is a, A, b, B as apposed to A, B, a, b. Anyway Ive

Re: [Zope-dev] SQLAlias Memory Leak?

2000-12-06 Thread Jon Prettyman
I've seen this as well under DCOracle. -jon Dyon Balding [EMAIL PROTECTED] writes: OK, I've had more of a hack at this, and I've narrowed the problem down a little. It appears that any access to an SQLAlias object causes it to not be correctly released. The SQLAlias objects means that

Re: [Zope] FTP for ZClass hierarchies

2000-12-06 Thread Stephane Bortzmeyer
On Tuesday 5 December 2000, at 9 h 4, the keyboard of Jim Welch [EMAIL PROTECTED] wrote: have been disappointed to discover that while I can access, via FTP, the methods of a top-level ZClass, I can't access any methods of ZClasses defined inside of a top-level ZClass. Many objects are not

Re: [Zope] How to specify to z sql methods, the connection object to use at runtime...time...

2000-12-06 Thread Frederic Quin
Thanks to yall... Finally, I thought like you Randy... I created as many folders as many servers I have. Each folder contains a connection object called "con" every where. Each folder contains also Z SQL Methods. Some of them contains the same Z SQL Methods. So, I just have to specify the server

Re: [Zope] dtml syntax problem

2000-12-06 Thread Rik Hoekstra
Francois-regis Chalaoux wrote: How to render this code ?? change 4 dtml-with "_.namespace(foo=_.whrandom.choice(objectValues(['toto'])).id)" to 4 dtml-with "_.namespace(foo=_.whrandom.choice(objectValues(['toto'])).id)" ? hth Rik ___ Zope

[Zope] MPTrois.com / ZOPE / Systems in Munich

2000-12-06 Thread Alexander DePauli
Hi everybody, I'm just looking for a german Zopista who I met during the "systems" fair in Munich where he presented "MPTrois.com". I'd need his name or email because I desperately want to continue our zope-discussion there. Anybody got a clue for me? Thanks in advance Alex

RE: [Zope] Zope Beginner

2000-12-06 Thread Max Møller Rasmussen
From: Mark A. Pappas [mailto:[EMAIL PROTECTED]] after the -D. In the start.bat. I tried all kinds of things and never was able to get zope up on port 80 as a web server (www.whatever.com_ or XXX.XXX.XXX.XXX). What am I missing? Your approach sound about right. Perhaps you are running another

[Zope] ZClasses and their icons (AI??)

2000-12-06 Thread Sven Hohage
Hallo, I've got a minor problem. My ZClasses won't update the ClassIcons when I change them. Has someone implemented an aesthetic-filter? A great step in AI?? Furthermore a nice St.Nikolaus, like we say in Germany. ___ Zope maillist - [EMAIL

Re: [Zope] Search and replace interface

2000-12-06 Thread Chris Withers
Curtis Maloney wrote: I was just wondering if there were some convenient way I could search all of my DTML[Documents|Methods] and ZSQL Methods, for comments, so I could review them? Perhaps it's time I learned how to use ZCatalog? There was a trhead recently abotu search and replace.

[Zope] META Tags in Zope Documents

2000-12-06 Thread David Legg
Hello, I am currently embedding meta tags into documents within the Zope environment. At the moment the meta tags are in the standard_html_header file and embedded within index_html and other documents. Are there any issues with embedding meta data this way when a search engine spiders the

RE: [Zope] Large XML files

2000-12-06 Thread Todd Coram
"Parsed XML" (the successor to XML Document) should handle large documents less expensively. No code has been released yet, but something should be available soon (in a couple of weeks?)... Keep an eye on http://www.zope.org/Wikis/DevSite/Projects/ParsedXML and you may want to subscribe to the

Re: [Zope] New user - couple of questions

2000-12-06 Thread Jose Soares
Paolo Quaglia wrote: Hi to all,I'm a new Zope user/developer ... Zope has impressed me very much!Ihave a couple of questions.I want to build a new intranet site for my company using Zope, but:1. How can I import and use Python modulesFor example I want to use the function sleep(secs) that

RE: [Zope] string splitting in dtml

2000-12-06 Thread Spicklemire, Jerry
Mike said: I tried what you recommended and got the following error: Error Type: AttributeError Error Value: __getslice__ The problem I think is that the variable is drawn from the database as type date (Microsoft Access 2k) and somehow is cast into a date type. Is there a way to

[Zope] Disabling Services

2000-12-06 Thread Chris Withers
Hi, When Zope starts up, I see it starts the following: ZServer Medusa (V1.16.4.3) ZServer FTP server ZServer PCGI Server ZServer Monitor Server (V1.8.4.1) Which of those handles WebDAV requests? How do I turn any of the above 'off' permentantly, without hacking z2.py or anything similar

Re: [Zope] META Tags in Zope Documents

2000-12-06 Thread Bill Welch
The robot, like any other user of your site, will only see the html that results from zope rendering the code you write. No viewer of the rendered html can tell how it was put together, so there is nothing to consider. Bill. On Wed, 6 Dec 2000, David Legg wrote: Hello, I am currently

Re: [Zope] string splitting in dtml

2000-12-06 Thread Jim Washington
Just a thought: Have you tried using "_.str(thedate)" to convert it into a string? I am not using Access, but since Zope can handle the Access date stuff properly, it may be using something like _.str() internally. It's what I would try first. -- Jim Washington "Spicklemire, Jerry" wrote:

Re: [Zope] Disabling Services

2000-12-06 Thread Ivan Cornell
Chris Withers wrote: When Zope starts up, I see it starts the following: ZServer Medusa (V1.16.4.3) ZServer FTP server ZServer PCGI Server ZServer Monitor Server (V1.8.4.1) Which of those handles WebDAV requests? How do I turn any of the above 'off' permentantly, without hacking z2.py

Re: [Zope] Disabling Services

2000-12-06 Thread Oleg Broytmann
On Wed, 6 Dec 2000, Chris Withers wrote: How do I turn any of the above 'off' permentantly, without hacking z2.py or anything similar (which is nasty ;-) z2.py has a lot of options. Run z2.py --help. (I mean passing options to z2.py IS NOT nasty :) Oleg. Oleg Broytmann

[Zope] zope/zeo beginner

2000-12-06 Thread Kaeidinejad, Shahram
Hi, i need some information about zeo. is maybe to install zeo and 2 zope on the same mashine. i use this only for "test". how can i configure zope or zoe to work together. i think 2 ip-addr. on the same mashine??!! do zeo work with apache, too? that is all at the moment. bye Shahram

Re: [Zope] Search and replace interface

2000-12-06 Thread Stefan H. Holek
On Wed, 6 Dec 2000, Chris Withers wrote: There was a trhead recently abotu search and replace. It'd be great if Zope had a search and replace interface, wouldn't it? ;-) May I humbly point you to the ReplaceSupport product I had cataloged today...

[Zope] Image from a Database

2000-12-06 Thread Mohan Baro
Hey Guys and Gals, Can anyone help me to Retrieve, Update, Insert image files into a Database in Zope. I am running zope on linux mandrake and use ZSever The database I am currently using is MySQL on MySQLDA (MySQLdb non-binary dist.) Mo. ___

Re: [Zope] FTP in HTML-Kit? Sussed it!

2000-12-06 Thread Martijn Pieters
On Tue, Dec 05, 2000 at 03:51:28PM -, Phil Harris wrote: Working on the HTML-Kit plugin as we speak. ;) I have created a Python library for HTML-Kit plugins. Very easy with Mark Hammonds Win32 extensions. It is only the bare bones COM interface though, no niceties such as Exceptions and

[Zope] How to find items to catalog from a dtml method ???

2000-12-06 Thread Frederic Quin
Hi all, I tried to use the manage_catalogFoundItems( REQUEST, RESPONSE, URL2, URL1, [] ) method of Catalog objects, from a dtml method. But it didn't work... There is still some parameters that I don't understand like URL2 and URL1. Which values do we have to pass ? Is it why it didn't work for

Re: [Zope] Large XML files

2000-12-06 Thread Toby Dickenson
On Tue, 5 Dec 2000 23:02:38 -, "Phil Harris" [EMAIL PROTECTED] wrote: The XMLDocument type is rather 'expensive' and you may be able to 'get away' with using a simpler type such as DTMLDocument. Simpler, but thats not necessarily an advantage. DTMLDocument will store the whole document in

[Zope] Which Python versions are supported?

2000-12-06 Thread Jim Harrison
I'm about to set up a new 2.2.4 Zope server and I've been looking around to see what the situation is between Zope and Python 1.6 and 2.0. Oddly, I'm not able to find a reference to this. Can anyone comment on which version of Python is most appropriate for current Zope releases? Perhaps I just

RE: [Zope] Which Python versions are supported?

2000-12-06 Thread Max M
From: Jim Harrison I'm about to set up a new 2.2.4 Zope server and I've been looking around to see what the situation is between Zope and Python 1.6 and 2.0. Oddly, I'm not able to find a reference to this. Can anyone comment on which version of Python is most appropriate for current Zope

Re: [Zope] Which Python versions are supported?

2000-12-06 Thread Chris McDonough
Python 1.5.2 is still the required release for Zope 2.2.4. - Original Message - From: "Jim Harrison" [EMAIL PROTECTED] To: "zope" [EMAIL PROTECTED] Sent: Wednesday, December 06, 2000 12:15 PM Subject: [Zope] Which Python versions are supported? I'm about to set up a new 2.2.4 Zope

Re: [Zope] Disabling Services : RTFM

2000-12-06 Thread Chris Withers
Oleg Broytmann wrote: On Wed, 6 Dec 2000, Chris Withers wrote: How do I turn any of the above 'off' permentantly, without hacking z2.py or anything similar (which is nasty ;-) z2.py has a lot of options. Run z2.py --help. (I mean passing options to z2.py IS NOT nasty :) Sorry, RTFM

[Zope] Data.fs

2000-12-06 Thread Tom Deprez
Hi, My Zope is installed in /usr/local/zope Is it possible to tell zope to store the data.fs file on another directory? eg. /home/zope/var ie. Can you run zope from the directory /usr/local/zope and let it use the data.fs file from /home/zope/var and not /usr/local/zope/var If so, how can

[Zope] sendmail control?

2000-12-06 Thread marc lindahl
Does anyone know if or how you can create, destroy, change passwords, and possibly other things, to sendmail (IMAP) accounts remotely? I want to use WorldPilot, but it uses sendmail's usernames and passwords, not Zope's. So I'm interested in something that can synchronize those two things. Or,

Re: [Zope] Cataloguing on zope.org

2000-12-06 Thread ethan mindlace fremen
Andy McKay wrote: I've had quite a few things waiting in the catalog, is anything happening there? Sorry, I handed this off to Andrew, but forgot to give him the Reviewer role. Fixed now. ~ethan ___ Zope maillist - [EMAIL PROTECTED]

RE: [Zope] Data.fs

2000-12-06 Thread Ron Bickers
At least one option is to use the INSTANCE_HOME setup as described at http://www.zope.org/Members/4am/instancehome I'm using this to run several servers (and thus several different Data.fs files) with one Zope installation. ___ Ron Bickers Logic Etc, Inc. [EMAIL PROTECTED]

[Zope] next value

2000-12-06 Thread Olaf Zanger
hi there, i work with postgreSQL 7.0.2, ZPyGreSQL and zope 2.2 on suse 7.0 linux for a identifier field adr_id:serial i want to automatically insert a new number max(adr_id)+1 how can this be done in an insert into sql statement? i tried nextval('adr_adr_id_seq') but get an error message any

Re: [Zope] Large XML files

2000-12-06 Thread Edward Muller
Definetly consider a stripped down linux install for this machine instead. just make sure almost nothing else is running as well (A lots ditros start all sorts of stuff up for you). Edward Muller - [EMAIL PROTECTED] - [EMAIL PROTECTED] Grow a ponytail -- view it as your telepathic antenna to

Re: [Zope] next value

2000-12-06 Thread Oliver Bleutgen
hi there, i work with postgreSQL 7.0.2, ZPyGreSQL and zope 2.2 on suse 7.0 linux for a identifier field adr_id:serial i want to automatically insert a new number max(adr_id)+1 how can this be done in an insert into sql statement? i tried nextval('adr_adr_id_seq') but get an error

Re: [Zope] just curious

2000-12-06 Thread Dieter Maurer
michael angelo ruberto writes: how do i remove all of the 7000 + company documents from Zope? You locate them with "ZopeFind" and delete them with "manage_deleteObjects". Both methods are described in the ZQR (Zope quick reference) on zdp.zope.org. Dieter

Re: [Zope] Newbie question, help with navigation method

2000-12-06 Thread Dieter Maurer
Richard Blumberg writes: Navigation works when called directly, does not work when included in "index_html" Navigation: dtml-in objectValues Is this a bug in Zope, or am I doing something wrong? Not directly. Almost surely, your "index_html" is a DTML

Re: [Zope] Comment elimination...

2000-12-06 Thread Dieter Maurer
Curtis Maloney writes: ... finding objects with "comment" in them You can use the "Find" tab and fill the "containing" field with "comment". Dieter ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No

Re: [Zope] Zope Beginner

2000-12-06 Thread Dieter Maurer
Mark A. Pappas writes: zope running on port 80 All ports below 1024 are priviledged ports. Under Unix, a process must run as "root" to bind to them. Dieter ___ Zope maillist - [EMAIL PROTECTED]

Re: [Zope] Cut/copy/paste problems

2000-12-06 Thread Dieter Maurer
Oleg Broytmann writes: Cut/copy/paste problems in Zope behind Apache To help me to resolve the problem I want to ask the helpful community provide me some information. Of those who run Zope behind Apache please tell me: 1) which way do you connect? (mod_proxy,

Re: [Zope] Disabling Services

2000-12-06 Thread Dieter Maurer
Chris Withers writes: ZServer Medusa (V1.16.4.3) ... Which of those handles WebDAV requests? WebDAV runs on top of HTTP. You must disable ZServer Medusa. Maybe, you accept WebDAV? Dieter ___ Zope maillist - [EMAIL PROTECTED]

Re: [Zope] next value

2000-12-06 Thread rob
Hi Here's what I use: create table customer( custid serial primary key, name text not null check (char_length(name)1), address text, code text, country text, telephone text, fax text, email text, private_comments text ); And the zsql method to insert a customer: insert into

Re: [Zope] Another Zope E-Commerce Site Online

2000-12-06 Thread Bill Welch
I found the shopping cart interesting. Did you start with an existing package or write it from scratch? Are you willing to share it? Bill. ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML

[Zope] REQUEST.set doesn't set in 2.2.4

2000-12-06 Thread Brad Clements
This code: dtml-call "REQUEST.set('verrormessage',orderobject.chargeCard(REQUEST,Holmes.CyberCash,Rec))" !-- charge result is dtml-verrormessage;-- Prints out _.None as the result. However a print statement in my ordeobject.chargeCard method shows that the return value isn't None. This

[Zope] score in ZCatalog search results?

2000-12-06 Thread sean . upton
Can't seem to find word on this anywhere. I wanted to put relevancy ranking into my ZCatlog search result hit-list, but am finding no info in searches of zope.org, ZDP, or mailing lists. I've also tried guessing and reading code (in lib/python/SearchIndex), but my brain is melting. Any

Re: [Zope] Comment elimination...

2000-12-06 Thread Curtis Maloney
On Thursday 07 December 2000 08:05, Dieter Maurer wrote: Curtis Maloney writes: ... finding objects with "comment" in them You can use the "Find" tab and fill the "containing" field with "comment". slaps forehead duh! I've been ignoring that tab for so long I don't even see it any

RE: [Zope] Another Zope E-Commerce Site Online

2000-12-06 Thread Max M
Nice site A small suggestion for the shopping basket. It is really great the way you describe the 4 steps involved in making a purchase. But it would be really nice if you added som information allready in step one in regard to payment methods. I would get rather crossed if I got to step 4 and

Re: [Zope] Another Zope E-Commerce Site Online

2000-12-06 Thread Bill Welch
Maybe you just looked at the catalog and didn't notice what's in the checkout. Having spent the past month setting up a site with Etailer, I would have to completely disagree with you. If Brad started with Etailer (I suspect he did, the checkout sequence has an Etailer look), it would have taken

Re: [Zope] Another Zope E-Commerce Site Online

2000-12-06 Thread Terry Kerr
Bill, No I didn't look at the checkout. It just seemed that the catalog was a perfect fit. terry Bill Welch wrote: Maybe you just looked at the catalog and didn't notice what's in the checkout. Having spent the past month setting up a site with Etailer, I would have to completely disagree

RE: [Zope] Another Zope E-Commerce Site Online

2000-12-06 Thread Lee Hunter
Site looks beautiful but I would *never* have guessed that it was an ecom site unless you told me. Even then it was just by accident that I clicked an image and came to a price and description. Maybe that's the part you were refering to as being in progress. Otherwise the site works great.

Re: [Zope] Cut/copy/paste problems

2000-12-06 Thread [EMAIL PROTECTED]
On Wednesday 06 December 2000 19:08, Oleg Broytmann wrote: Hello! For a long while I have problems with cut/copy/paste in Zope management interface. I run Zope behind Apache with mod_pcgi2. I did some quick experiments. I connected directly to Zope (port 8080). Cut/copy/paste

Re: [Zope] score in ZCatalog search results?

2000-12-06 Thread Kevin Teague
Can't seem to find word on this anywhere. I wanted to put relevancy ranking into my ZCatlog search result hit-list, but am finding no info in searches of zope.org, ZDP, or mailing lists. data_record_score_ is probably what you want. You could use it to do something like: dtml-in

Re: [Zope] Re: [Zope-ZEO] Zope 2.2.4 ZEO 0.4.1 (latest anyway)doesn'twant to add Products

2000-12-06 Thread Bill Anderson
Shane Hathaway wrote: On Tue, 5 Dec 2000, Bill Anderson wrote: So, what would you suggest for the following scenario? o Site distirbuted via ZEO o Using SiteAccess2 for virtual hosting sites under /vhosts/thissite /vhosts/thatsite o each site is actually it's own full Data.fs

Re: [Zope] REQUEST.set doesn't set in 2.2.4

2000-12-06 Thread Bill Anderson
Brad Clements wrote: This code: dtml-call "REQUEST.set('verrormessage',orderobject.chargeCard(REQUEST,Holmes.CyberCash,Rec))" !-- charge result is dtml-verrormessage;-- Prints out _.None as the result. However a print statement in my ordeobject.chargeCard method shows that the

Re: [Zope] Disabling Services

2000-12-06 Thread Bill Anderson
Ivan Cornell wrote: Chris Withers wrote: When Zope starts up, I see it starts the following: ZServer Medusa (V1.16.4.3) ZServer FTP server ZServer PCGI Server ZServer Monitor Server (V1.8.4.1) Which of those handles WebDAV requests? How do I turn any of the above 'off'

Re: [Zope] Zope Beginner

2000-12-06 Thread Bill Anderson
Dieter Maurer wrote: Mark A. Pappas writes: zope running on port 80 All ports below 1024 are priviledged ports. Under Unix, a process must run as "root" to bind to them. Mehtinks that start.bat indicates teh querant is on windows ... but I could be wrong. ;^)= If on

[Zope] Adding users

2000-12-06 Thread Mike Kelland
Is it possible to have a form in a zope page that allows you to add a new user to the acl_users folder? I can get the data I need, I just need to know, if I have the user name and password as dtml variables, and the user adding the other user has all the appropriate permissions, is there a

Re: [Zope] Adding users

2000-12-06 Thread Randall Kern
Something like this should work: dtml-with acl_users dtml-call expr="manage_users(submit = 'Add')" /dtml-with It will look in the REQUEST for the following fields: name password confirm (this must match password) roles domains So either set these from an HTML form, or use dtml-call

Re: [Zope] Another Zope E-Commerce Site Online

2000-12-06 Thread Jason C. Leach
hi, How long did it take? And what level of Zope(xpertese) where you at whe you started? Did you have to do that shopping cart from scratch? j. .. . Jason C. Leach ... University College of the Cariboo. .. On Wed, 6 Dec 2000, Brad Clements wrote: Just announcing

Re: [Zope] Another Zope E-Commerce Site Online

2000-12-06 Thread Jason C. Leach
hi, You shoud add it to the Zope site's list of Zope sites. j. .. . Jason C. Leach ... University College of the Cariboo. .. ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross

RE: [Zope] Another Zope E-Commerce Site Online

2000-12-06 Thread icottee
Ooops I get a Zope transaction error when I go there Ian Cottee ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -