Re: [Zope] How to list objects across different containers in Zope's tree?

2001-01-17 Thread Ausum
Thanks Chris, I'll find it and download it. About the ZCatalog, I've recently tested it and I was wondering whether it's possible for its search engine to find parts of a word, maybe to have an Ultraseek-like search results page. Apparently the engine doesn't find any half-a-word. Example:

Re: [Zope] Tools used for programming Zope

2001-01-17 Thread Geoffrey L. Wright
"Chris Withers" [EMAIL PROTECTED] writes: Both WebDAV and FTP support are supposed to be better in 2.3 with full WebDAV level 2 compliance at some point in the future... I wonder if I can use emacs/efs with 2.3 w/out crashing it..? Right now when I try to use xemacs/efs with Zope 2.2.x, it

Re: [Zope] How to list objects across different containers in Zope's tree?

2001-01-17 Thread Ausum
Thank you again James. I'll test your code. I thought there was a simpler way to list objects across containers. Something that could list objects within the same level (starting from the root), as if each folder at the root was a column, and its subfolders elements of a raw. Ausum James

[Zope] SQL delimiter?

2001-01-17 Thread Andy McKay
Ive looked through the docs and Im sure I saw once (but cant see it now), some sort of delimiter between SQL statements allowing me to put multiple SQL statements in one SQLMethod. Was I imagining that? -- Andy McKay. ___ Zope maillist - [EMAIL

Re: [Zope] How to list objects across different containers in Zope's tree?

2001-01-17 Thread Chris Withers
Example: Looking for "bio" won't find "Edison's biography" . Am I missing something? Yup, you need to find out about 'globbing vocabularies' Apparently the performance sucks right now, though :-( ...although there are moves to fix it taking place :-) cheers, Chris

Re: [Zope] SQL delimiter?

2001-01-17 Thread Curtis Maloney
On Thursday 18 January 2001 11:36, Andy McKay wrote: Ive looked through the docs and Im sure I saw once (but cant see it now), some sort of delimiter between SQL statements allowing me to put multiple SQL statements in one SQLMethod. Was I imagining that? -- Andy McKay. dtml-var

[Zope] zope, xemacs and efs

2001-01-17 Thread Geoffrey L. Wright
So I have a question for any zope/xemacs/emacs users out there... Since entering the word of emacs about 5 months ago, I've fallen in love. At work I now just about live in emacs -- well, actually in xemacs. I've even gone so far as to start using gnus for all my mail and news. And I at work

Re: [Zope] SQL delimiter?

2001-01-17 Thread Andy McKay
Thats it, great thanks. (A search through the ZopeBook and Docs produces no matches) -- Andy McKay. - Original Message - From: "Curtis Maloney" [EMAIL PROTECTED] To: "Andy McKay" [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, January 17, 2001 4:41 PM Subject: Re: [Zope] SQL

Re: [Zope] Zope Versus Enhydra Comparison article

2001-01-17 Thread Itai Tavor
Tim Cook wrote: Paul Browning wrote: Maybe a North American reader could confirm that "valorizes" means what I think it means ;-) I suspect it is a mis-typed word for "vaporizes". Otherwise you get to choose: 1.To establish and maintain the price of (a commodity) by governmental

Re: [Zope] SQL delimiter?

2001-01-17 Thread Fred Yankowski
On Wed, Jan 17, 2001 at 04:36:29PM -0800, Andy McKay wrote: Ive looked through the docs and Im sure I saw once (but cant see it now), some sort of delimiter between SQL statements allowing me to put multiple SQL statements in one SQLMethod. Was I imagining that? It's dtml-var sql_delimiter.

Re: [Zope] SQL delimiter?

2001-01-17 Thread jpenny
On Wed, Jan 17, 2001 at 04:36:29PM -0800, Andy McKay wrote: Ive looked through the docs and Im sure I saw once (but cant see it now), some sort of delimiter between SQL statements allowing me to put multiple SQL statements in one SQLMethod. Was I imagining that? -- Andy McKay. No indeed,

[Zope] Control_Panel inaccessible with VirtualHostMonster

2001-01-17 Thread Itai Tavor
Hi, I posted a question a couple of days ago about not being able to access Control_Panel in the presence of a SiteRoot. That problem disappeared when I upgraded to Zope 2.3b1 (from 2.2.5). Then I replaces the SiteRoot with a VirtualHostMonster to solve another SiteRoot problem, and now the

Re: [Zope] LOL (was:Postgresql Query.)

2001-01-17 Thread [EMAIL PROTECTED]
On Thursday 18 January 2001 07:45, Andrew Kenneth Milton wrote: +---[ ethan mindlace fremen ]-- | --On Wednesday, January 17, 2001 04:33:25 PM +1000 Andrew Kenneth Milton | | [EMAIL PROTECTED] wrote: | Normally, I would tell you to visit; | |

[Zope] Is it time for mandatory subject keys?

2001-01-17 Thread Ausum
I'm just guessing around. Zope is a great tool and the Zopists are increasing in number. Preventing caos by splitting a busy list, in my experience, just doesn' work because we people don't want to stay away from the main list, don't we? Nevertheless it would become a real need to stablish a

Re: [Zope] High Performance Zope

2001-01-17 Thread [EMAIL PROTECTED]
On Thursday 18 January 2001 03:37, Vincent Stoessel wrote: Doh! I meant to say 200-300,000 pageviews per day. Thanks for all the responses so far. we have about 600k page views daily, and we spread this accross three ZEO Clients. response is fast, except when there's more than 150

Re: [Zope] Zope 2.3.0 beta 1 comments

2001-01-17 Thread [EMAIL PROTECTED]
On Thursday 18 January 2001 05:00, Brian Lloyd wrote: These are actually browser preferences, not user preferences. can we have enable/disable table view toggle? some of us work with slow dial up, and waiting for a table to be rendered, especially when there's a lot of objects, will take

Re: [Zope] Trouble installing ZMySQLTDA

2001-01-17 Thread Andy Dustman
On Wed, 17 Jan 2001, Vinny wrote: Ok, it's Vinny again, I am trying to get ZMySQLTDA up and running. After installation ZMySQLTDA appears in the Product folder but gives a 'broken' status instead of "installed" I have MySQL-python-0.3.0 installed. Has this worked OK for anyone

[Zope] Using images as submit buttons

2001-01-17 Thread richard
Has anyone figured a reasonable way of getting multiple image submit buttons for a single form? I tried input type="image" name="goMethod:method" src="go.png" but that didn't work for obvious reasons. button value="submit" name="goMethod:method" type="submit"img src="images/go.png"/button

Re: [Zope] Is it time for mandatory subject keys?

2001-01-17 Thread Jonothan Farr
Maybe it's time for mandatory subject keys. Something like NEW: for newbies questions; OT: for off-topic (like this); You mean ADM: for administrative topics. I think it's a great idea. I'll do it if DC decides on the keys. --jfarr ___ Zope

Re: [Zope] zope, xemacs and efs

2001-01-17 Thread Geoffrey L. Wright
[EMAIL PROTECTED] (A.J. Rossini) writes: What version of EFS are you using, and if not recent, have you considered upgrading the EFS package? 1.21 That's the most recent version listed by the xemacs package manager. Is there a known problem with older versions of efs and zope? best,

[Zope] Python Script unable to response to DTML method calls

2001-01-17 Thread Dirksen
I have a python script 'func' that has 'self' as the parameter. When I call it with: dtml-var func I got this error: not enough arguments; expected 1, got 0. That means the dtml call dosen't provide for the 'self' parameter as it would for other dtml methods or python methods(I rewrote 'func' in

Re: [Zope] How to list objects across different containers in Zope's tree?

2001-01-17 Thread Tres Seaver
Ausum [EMAIL PROTECTED] asked: Few days ago there was this same question although remained unsolved. This is the case for a news site: News objects are within section folders, within day folders, within months, and within a year folder. Just like this, at the root:

[Zope] Variable sort and multiple sort in dtml-in

2001-01-17 Thread Loren Stafford
On 02 July 2000, Adam Karpierz, posted a patch that would allow an expression for the sort specification for the dtml-in tag. Did that patch, or something like it, ever find its way into the Zope core? I also seem to remember some discussion of sorting on multiple items (but can't find any trace

Re: [Zope] Picture of the day product

2001-01-17 Thread Tres Seaver
Timothy Wilson [EMAIL PROTECTED] wrote: Hey everyone, I was looking at linux.com the today and I noticed their "Daily Photo." I occurred to me that that would be a fun addition to the school's page that I'm developing. My first thought would be to: * inherit from Image * add caption,

Re: [Zope] Stopping a dtml-in

2001-01-17 Thread Tres Seaver
"Jonothan Farr" [EMAIL PROTECTED] wrote: http://www.zope.org/Members/jfarr/Patches/dtml-break I requested that this page be cataloged but it never was. I don't know why about that one. I also submitted it as a patch to the distribution but it was refused. Something about a new dtml-in

Re: [Zope] Picture of the day product

2001-01-17 Thread Timothy Wilson
On Wed, 17 Jan 2001, Tres Seaver wrote: What I'm not sure about is how to have Zope automatically display the photo for a day, then archive it. Would a boolean property of the ZClass work? Is it possible to have Zope set the property of a ZClass instance at certain time? Any thoughts on

[Zope] hiperdom

2001-01-17 Thread [EMAIL PROTECTED]
hello all scuse my ignorance. i have this[1] in a hiperdom instance (partial text from hiperdom howto). but i got this[2] error when i clicked change. i know it's me not understanding XML well enough. pointers/help please p/s - maybe, the default text in a newly created hiperdom instance

Re: [Zope] zope, xemacs and efs

2001-01-17 Thread ender
On Wednesday 17 January 2001 18:39, Geoffrey L. Wright wrote: [EMAIL PROTECTED] (A.J. Rossini) writes: What version of EFS are you using, and if not recent, have you considered upgrading the EFS package? 1.21 That's the most recent version listed by the xemacs package manager. Is there

Re: [Zope] Zope 2.3.0 beta 1 comments

2001-01-17 Thread Michael Bernstein
Martijn Pieters wrote: On Wed, Jan 17, 2001 at 04:00:57PM -0500, Brian Lloyd wrote: - When you view a management screen, the frame is about 5 pixels to small, which cuts off the bottom of the Zope logo. I'm looking into fixing that. This suddenly rings a bell; I remember now that

Re: [Zope] High Performance Zope

2001-01-17 Thread Jason C. Leach
hi, I think ABC News New York also does Zope. j. .. . Jason C. Leach ... University College of the Cariboo. .. On Wed, 17 Jan 2001, Chris Withers wrote: Doh! I meant to say 200-300,000 pageviews per day. Thanks for all the responses so far. I think

[Zope] Can't import anything decent on old machine.

2001-01-17 Thread Darrin
Hello, This is my second post to this list. Whenever I try to import a product I usualy get the following errors. BTW. I have been using Linux for years. I am trying this on a Debian 2.2 system. Sure, I can recompile this box with woody instead of potato if necessary. It's runing on an old

[Zope] ZTopic error

2001-01-17 Thread Priya Ramkumar
Hi I am trying to use ZTopic for categorizing obejcts in a Zcatalog. After specifying the criteria, when I try to view the list of topics, it gives me the traceback error: Error Type: AttributeErrorError Value: Vocabulary Is there any bug fix for this? Thanks Priya Email: [EMAIL

[Zope] Python 2.0 ??????

2001-01-17 Thread OK Studio
My web site had been working until this morning for months without a problem. When investigating the cause of the crush I found out that my ISP just upgraded to python 2.0 without my knowledge.My site isas far as I know the only zope site there. It does not start or build. I tried to

Re: [Zope] Zope Versus Enhydra Comparison article

2001-01-17 Thread Jason C. Leach
hi, To comment on this part. I suspect it's that way with any product. I can name plenty of producs Windows or Linux based that I have had to sit down at as a novice, then that pases and I get better at it. Zope, Linux, Windows 2000 (ADO) all have done that to me. j. ..

Re: [Zope] Zope Versus Enhydra Comparison article

2001-01-17 Thread Jason C. Leach
hi, Well. You can purchas support can you not? I mean that is how the company makes it's money right? Some companies charge for the product and give you some service, other give you the product and you purchas support. If you don't want to pay for a product or support they you get what is

Re: [Zope] High Performance Zope

2001-01-17 Thread Jason C. Leach
hi, Ya. I think there was one doing about 1M a day. Some UK site. Have a look on Zope.org for the links to other sites. Perhaps it was www.trouble.co.uk j. .. . Jason C. Leach ... University College of the Cariboo. .. On Wed, 17 Jan 2001, Vincent Stoessel wrote:

Re: [Zope] Zope Versus Enhydra Comparison article

2001-01-17 Thread Michael Bernstein
Ron Bickers wrote: However, for a programmer who had to come into the Zope environment 'cold', the problem would likely have seemed intractable. They wouldn't have even known where to look, How does Enhydra differ? Wouldn't the same problems be true for someone working with Enhydra

RE: [Zope] Python 2.0 ??????

2001-01-17 Thread Magnus Heino (Rivermen)
My web site had been working until this morning for months without a problem. When investigating the cause of the crush I found out that my ISP just upgraded to python 2.0 without my knowledge.My site isas far as I know the only zope site there. It does not start or build. I

RE: [Zope] Python 2.0 ??????

2001-01-17 Thread Magnus Heino (Rivermen)
There are several solutions to this one. 1. Your ISP probably didn't remove the python1.5 build. 'python' is usually just a link to python1.5. If you install python 2.0 on top of it, the link will point to python2.0. So change the reference to python in the start script to be python1.5

RE: [Zope] Python 2.0 ??????

2001-01-17 Thread Ron Bickers
The impression I get from the Zope dev site is that 2.3.0b1 (and possibly before the beta) will compile and run under Python 2.0, but I haven't tried it myself. Anything 2.2.x needs patches, which I couldn't get working right after a couple hours of tinkering with it. Python 2.0 support will

Re: [Zope] Stopping a dtml-in

2001-01-17 Thread Dennis Nichols
At 1/17/01 10:24 PM, Tres Seaver wrote: "Jonothan Farr" [EMAIL PROTECTED] wrote: I also submitted it as a patch to the distribution but it was refused. Something about a new dtml-in implementation that I haven't seen materialize in the last 5 versions or so. The sentiment against

Re: [Zope] zope, xemacs and efs

2001-01-17 Thread Geoffrey L. Wright
ender [EMAIL PROTECTED] writes: On Wednesday 17 January 2001 18:39, Geoffrey L. Wright wrote: [EMAIL PROTECTED] (A.J. Rossini) writes: What version of EFS are you using, and if not recent, have you considered upgrading the EFS package? 1.21 That's the most recent version listed

Re: [Zope] Flat-style

2001-01-17 Thread Geir Bækholt
in your css : input {border : 1px solid #00} Netscape4 will cringe, of course, as it usually does from css good luck :-) -- Geir Bkholt web-developer/designer [EMAIL PROTECTED] http://www.funcom.com on Wednesday, January 17, 2001 Tom Deprez wrote : TD Not really zope specific, but I

[Zope] The new UI rules!

2001-01-17 Thread Jeff Peterson
Kudos to the Digital Creation guysthe new UI rocks, all sorts of new and handy gadgets and a far better layout. Keep it coming! __ Jeffrey D. Peterson Webmaster/Web Web Applications Developer Range TV Cable Broadband 1813 E. 3rd Ave. Hibbing,

[Zope] Setting the sort var in dtml-in ...sort=sortVar

2001-01-17 Thread Max M
Does anybody know if it is possible to programatically set the sort parameter in something like: dtml-in getAllComments sort=fwd_thread It's the fwd_thread in "sort=fwd_thread" i want to set via dtml to avoid: dtml-if "sortBy=='fwd_thread'" dtml-in getAllComments sort=fwd_thread Do

[Zope-dev] ZCatalog Scalability

2001-01-17 Thread Chris Withers
John Eikenberry wrote: and retrieval. But ZCatalog did not. It was basically useless for partial matching searches (taking many minutes for searches that retrieved more than 100 matches). I was also concerned about the indexing overhead. It doesn't scale well when changing/adding many

[Zope-dev] Partial Matches

2001-01-17 Thread Chris Withers
John Eikenberry wrote: Long answer: If you check out the source and/or hit it with the profiler you'll see that the way the partial search works is to first do a more general search then to limit the hits as much as possible via regex's. Both these steps have to happen no matter the batch

Re: [Zope-dev] Massive scalability

2001-01-17 Thread Steve Spicklemire
Hi Andy, I'm not sure what you mean by 'interface/way', so.. I'm going to guess at two possible interpretations. 1) Basically ZPatterns allows you to define classes (DataSkins) instances of which can optionally be used to view/create/change/delete external data through methods of the class

[Zope-dev] [Fwd: Re: [Zope-dev] Massive scalability]

2001-01-17 Thread Michael Bernstein
Forwarded to the list to maintain the thread. Original Message From: John Eikenberry [EMAIL PROTECTED] Subject: Re: [Zope-dev] Massive scalability To: Michael Bernstein [EMAIL PROTECTED] Michael Bernstein wrote: John Eikenberry wrote: Can you tell us a bit about how many

RE: [Zope-dev] Specialists and __bobo_traverse__

2001-01-17 Thread Phillip J. Eby
At 04:41 PM 1/17/01 +0200, Roch'e Compaan wrote: I don't have the slightest idea what you're trying to accomplish here - I probably missed the beginning of this thread. Do you want to change the way the specialist processes the string "dataskin1", or the way dataskin1 processes the URL

Re: [Zope-dev] Re: ZCatalog Scalability

2001-01-17 Thread Michael Bernstein
Christopher Petrilli wrote: Unfortunately, it won't change in b1, it might change before the final release if I can find a better solution. The problem is in the Vocabulary, not in the Catalog itself. One of the things I'm focusing on is improving the algorithms that are used for doing

Re: [Zope-dev] Specialists and __bobo_traverse__

2001-01-17 Thread Steve Alexander
Phillip J. Eby wrote: I'm pretty sure DTML methods *won't* work. "Python Methods" might. I don't know about external methods, python scripts, etc. I have successfully used PythonScripts for this. -- Steve Alexander ___ Zope-Dev maillist -

RE: [Zope-dev] Specialists and __bobo_traverse__

2001-01-17 Thread Roch'e Compaan
Phillip J. Eby wrote: I'm pretty sure DTML methods *won't* work. "Python Methods" might. I don't know about external methods, python scripts, etc. I have successfully used PythonScripts for this. Does this mean I have to upgrade to 2.3 beta 1, because Python Methods on 2.2.4

Re: [Zope-dev] manage_changeProperties in a loop

2001-01-17 Thread Casey Duncan
Arno Gross wrote: If I try your suggestion wiht _.getitem(_['sequence-item']) (If I remember well this was the first I tried). dtml-call "REQUEST.set('rangList','folder1;folder2;folder2')" dtml-in " _.string.split(rangList,';')" dtml-with "_.getitem(_['sequence-item'])" dtml-let

Re: [Zope-dev] manage_changeProperties in a loop

2001-01-17 Thread Arno Gross
On Wed, 17 Jan 2001, Casey Duncan wrote: Try this: dtml-call expr="REQUEST.set('rangList','folder1;folder2;folder2')" dtml-in expr="_.string.split(rangList,';')" dtml-let folder="_[_['sequence-item']]" index="_['sequence-index']" dtml-call

Re: [Zope-dev] Massive scalability

2001-01-17 Thread Andy McKay
Are you saying that Zope's startup and shutdown time is affected by the size of the ZODB? Yep. Over small ZODB's you wont notice the effect until it gets large. I found it very annoying when doing a lot of work in python and so had two databases, one with a small amount of data and one with a

[Zope-dev] Rowcount not available?

2001-01-17 Thread Tim McLaughlin
Is there a reason the rowcount property of the cursor object was not made available throught the DA (ideally as an optional parameter of the __call__ method)? Am I missing it somewhere else? Cheers, Tim McLaughlin ___ Zope-Dev maillist - [EMAIL

Re: [Zope-dev] Massive scalability

2001-01-17 Thread Andy McKay
Wow, that sounds perfect. Yes that's exactly what I was asking. I can create an abstract data storage (SkinScript) that stores the data anywhere, lets say for my purposes an RDBMS (but it could be ZODB etc). I can then get and access classes (DataSkins) with no cares about the data storage and

[Zope-dev] No Restarts-cos-of-changed-python-product in 2.3?

2001-01-17 Thread Chris Withers
Andy McKay wrote: Yep. Over small ZODB's you wont notice the effect until it gets large. I found it very annoying when doing a lot of work in python and so had two databases, one with a small amount of data and one with a lot (two sets of test). However in the end Shane Hathaway's excellent

Re: [Zope-dev] Re: ZCatalog Scalability

2001-01-17 Thread Chris Withers
Michael Bernstein wrote: Christopher Petrilli wrote: Unfortunately, it won't change in b1, it might change before the final release if I can find a better solution. The problem is in the Vocabulary, not in the Catalog itself. One of the things I'm focusing on is improving the

Re: [Zope-dev] No Restarts-cos-of-changed-python-product in 2.3?

2001-01-17 Thread Andy McKay
I haven't spotted any UI for it, if its there. Shane's Refresh didn't quite work all the time for every product (something he recognized in his readme's). This would be a huge advantage for me with 2.3. -- Andy McKay. - Original Message - From: "Chris Withers" [EMAIL PROTECTED] To:

Re: [Zope-dev] Re: ZCatalog Scalability

2001-01-17 Thread Andy McKay
Michael Bernstein wrote: Christopher Petrilli wrote: Unfortunately, it won't change in b1, it might change before the final release if I can find a better solution. The problem is in the Vocabulary, not in the Catalog itself. One of the things I'm focusing on is improving

Re: [Zope-dev] Massive scalability

2001-01-17 Thread ender
On Tuesday 16 January 2001 20:42, Michael Bernstein wrote: Are you saying that Zope's startup and shutdown time is affected by the size of the ZODB? AFAIK on a filestorage zope loads up the indexes (oid, file_offset?) into memory on start to facilitate object retrieval which impacts start up

Re: [Zope-dev] Massive scalability

2001-01-17 Thread Andy McKay
On the plus side any corrupted objects are fixed or deleted when you start up the ZODB. For that reason, somedays a restart is very useful :) -- Andy McKay. - Original Message - From: "ender" [EMAIL PROTECTED] To: "Michael Bernstein" [EMAIL PROTECTED]; "Andy McKay" [EMAIL PROTECTED]

[Zope-dev] mounting obj to more than one zodb location

2001-01-17 Thread ender
whats happens when you create a persistent object and mount it to multiple points on your zodb. do you get a shared ref or multiple copies of the object? kapil ___ Zope-Dev maillist - [EMAIL PROTECTED]

[Zope-dev] recent DynPersist.dll for windows

2001-01-17 Thread Steve Alexander
Hi Folks, Does anyone have a recently compiled DynPersist.dll from ZPatterns, compiled for Windows ? Thanks. -- Steve Alexander Software Engineer Cat-Box limited http://www.cat-box.net ___ Zope-Dev maillist - [EMAIL PROTECTED]

Re: [Zope-dev] Re: ZCatalog Scalability

2001-01-17 Thread Chris Withers
For a similar project (http://mailarchive.activestate.com) we too use a MSSQL back end, for various reasons similar to Chris. I'm not worried about it, once upon a time I tried to stick everying in the ZODB. To me one of Zope's great strengths is it's portability and connectivity to other

Re: [Zope-dev] recent DynPersist.dll for windows

2001-01-17 Thread Phil Harris
Steve, I've got one on a box at work, I'll check back with you tomorrow, and if you still need it it's yours. I may even be persuaded to compile a new one ;) Phil On Wednesday 17 January 2001 23:13, Steve Alexander wrote: Hi Folks, Does anyone have a recently compiled DynPersist.dll from

Re: [Zope-dev] mounting obj to more than one zodb location

2001-01-17 Thread Chris Withers
whats happens when you create a persistent object and mount it to multiple points on your zodb. do you get a shared ref or multiple copies of the object? ..shared ref if you do it like you say you are :-) I'd love to see ObjectManagers support this. ...yes, there are security implications

Re: [Zope-dev] recent DynPersist.dll for windows

2001-01-17 Thread Chris Withers
What version in particular? Try searching the archives, I posted quite a recent one a while back :-) cheers, Chris ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! **

RE: [Zope-dev] ZCatalog with ZClass

2001-01-17 Thread Lily Li
Hi, I tried it with a new product following the HowTo, and it works perfectly. Thanks a lot. But actually I have already an exsisted product with a Container ZClass 'KTracker'(inherit from ObjectManager) and an Item ZClass called 'TrackerIssue'. And it's been used for a while with the instance

Re: [Zope-dev] mounting obj to more than one zodb location

2001-01-17 Thread Shane Hathaway
ender wrote: whats happens when you create a persistent object and mount it to multiple points on your zodb. do you get a shared ref or multiple copies of the object? It depends on the product you use for mounting, but generally you'll get a shared database with independent connections. So

[Zope-dev] HTTPRequest change to allow images as submit methods

2001-01-17 Thread richard
Zope's got this really cool form handling mechanism that allows us to have mutiple submission buttons that call different methods. Way neat. Now, I'd really like to have the same mechanism available when using images as submission buttons (that is, input type="image" name="goMethod:method") This

<    1   2