[Zope] Single html checkbox as list?

2000-09-25 Thread clamor
Hi, since I didn't find anything on that topic, the solution might be obvious but I ran into the following problem: I have a html form with several checkboxes. If one checkbox is selected, the variable containing the result is represented by a string, if two or more checkboxes are selected the v

Re: [Zope] Single html checkbox as list?

2000-09-25 Thread Andrew Kenneth Milton
+---[ [EMAIL PROTECTED] ]-- | Hi, ... | Is there a way to force the variable to be a list, even if only one | checkbox is selected? | name="foo:list" will force it to be a list. -- Totally Holistic Enterprises Internet| P:+61 7 3870 0066 | Andrew Milton The Interne

Re: [Zope] Single html checkbox as list?

2000-09-25 Thread Jerome Alet
just do something like: good luck Jerome ALET - [EMAIL PROTECTED] - http://cortex.unice.fr/~jerome Faculte de Medecine de Nice - http://noe.unice.fr - Tel: 04 93 37 76 30 28 Avenue de Valombrose - 06107 NICE Cedex 2 - FRANCE On Mon, 25 Sep 2000 [EMAIL PROTECTED] wrote: > Hi, > > since I di

Re: [Zope] Use of the :records variable type and ZSQL methods

2000-09-25 Thread Rik Hoekstra
> > Error Type: Bad Request > Error Value: ['Field1', 'Field2'] > > Here is the code I used and sqlTest is the ZSQL Method that just inserts the > two fields into a test DB: > > > > > > What am I doing wrong? > you'll have to feed a named argument to your Zsql method (that is in its defin

[Zope] Data.fs problem!!!

2000-09-25 Thread Tom Deprez
Hi, I've some problems with my Zope database! I don't know what I've done wrong, but the only thing I did was installing the beta of MP. After the installation everything was still normal. Then I wanted to shutdown Zope and restard it in debug mode. Restarting in debug gave an error, but zope re

Re: [Zope] What options exist for dealing with tracebacks?

2000-09-25 Thread John Chandler
> I would love it if I could set some debug environment variable, run with > -D="[EMAIL PROTECTED]" or subclass some Error class and have tracebacks > mailed > to me. I wouldn't even care about the flood of email. At least I'd > have > all the inputs. Although Didier Georgieff has given a thoro

[Zope] Can't export only an ObjectManager

2000-09-25 Thread Chris Withers
Andy McKay wrote: > How do I export a folder using the Import/Export tab with exporting all the > subobjects? You do mean 'wihout', don't you? > (Stupidest suggestion so far: delete all subjects, export, undelete) That's the only way I can think of... A patch that added a checkbox and a little

Re: [Zope] HTML Widgets, In-place editing in Zope

2000-09-25 Thread Chris Withers
Phill Hugo wrote: > www.opencookie.org/widgets/index_html > > www.opencookie.org/widgets/index_html?editmode=1 Cool :-) > widgets is an external method which will be on Zope.org next week if all > goes well. Looking forward to it... cheers, Chris

[Zope] Error shouldn't be appended :-S

2000-09-25 Thread Chris Withers
Skip Montanaro wrote: > > Having only recently upgraded from Zope 2.0 to 2.2.1 I see that the default > behavior for traceback reporting is still to embed them in an HTML comment > (or display them when debugging). Yeah, and in production mode it sticks it after the end of your ...which I'm

[Zope] Zope-2.2.0: ZSQL problem

2000-09-25 Thread a . wacknitz
Hi all, after upgrading from Zope-2.1.5 to Zope-2.2.0 (Windows) I have some problems with ZSQL-methods: gives an error: Missing input variable, AUTHENTICATED_USER It used to work properly in 2.1.x. Is this already fixed in Zope-2.2.2 or is there any workaround for this? Regards, Andreas **

[Zope] More image problems?

2000-09-25 Thread Chris Withers
Dieter Maurer wrote: > At work, I now have a reproducible image problem: > * Shift-Reload shows the image > * Reload: correctly shows the image > * Reload: broken image What version of Zope? What browsers? Any idea where to look for the problem? cheers, Chris

[Zope] 2 objects per folder whatever...

2000-09-25 Thread Chris Withers
Andy McKay wrote: > > > Sure it works but Im creating 2 objects a folder and a index_html for > every > > > one occurence. Im doubling my database for every object. Ugh! > > > > I really wouldn't worry about that... > > I would, I have a lot of objects. Yes, but given you're going to end up with

[Zope] Not Patch to let Authorized Exceptions use standard_error_message ;-)

2000-09-25 Thread Chris Withers
Andy McKay wrote: > > Well theres the thing, its not really a patch. I doesnt allow Authorized > Exceptions to use standard_error_message, thats a whole different kettle of > fish. > > /lib/python/ZPublishers/HTTPResponse.py line 482 to 523 contains HTML text > for the error message. So you can

[Zope] String problem with structured text

2000-09-25 Thread Stephen Simmons
Hi, I am having a number of problems in a Python product displaying a property 'description' as structured text. 'description' is: Test structured text Link to the "Zope website":http://www.zope.org - Dot point If I update 'description' from my manage_editForm (which does self.

[Zope] Using ZPublisher separately

2000-09-25 Thread Oleg Broytmann
Hello! Can anyone give me an advice on how to use ZPublisher with CGI? We in Interenet department of our company developed publication (conent management) system based on Python CGIs, ZTemplates and MySQL. This is actually second system we've developed, and it is big step forward. But ther

[Zope] Data.fs

2000-09-25 Thread Tom Deprez
Problem solved. Somebody installed a new version of ZNolkWizard product, which I wasn't aware of. It looks like this new version gives some problems with Interbase. Q: Since ZNolkWizard merely creates pages, how come then, that when you import a piece of Zope into Zope which doesn't has ZNolkWiz

[Zope] Re: Zope 2.2.x (wood) under potato

2000-09-25 Thread Mario Olimpio de Menezes
On Fri, 22 Sep 2000, Giuseppe Pagano wrote: > Yes, it works too but you need the new site root: > http://www.zope.org/Members/4am/SiteAccess2 > enjoi it > [EMAIL PROTECTED] Hi Giuseppe, Sorry for writing directly to you but I would like to know what kind of virtual domain are you using

Re: [Zope] DTML Loop, is there a 'continue'?

2000-09-25 Thread Martijn Pieters
On Fri, Sep 22, 2000 at 12:39:52PM -0500, Spicklemire, Jerry wrote: > Hi Zope Fans, > > I'm about searched out trying to find any discussion about calling a normal > "continue" statement, as in Python, from DTML. Any ideas? > > I just want to short circuit a dtml-in loop for one pass, and then

[Zope] How to apply arbitrary methods to objects?

2000-09-25 Thread seb
Hi, I'm trying to create an inline interface to manage_edit. If a user is authenticated, instead of seeing the default views of each snippet of content, they get a textarea with a submit button for each snippet. I'm still new to all this, so I'm not sure how I should be going about it: a zclass

[Zope] Help: Zope2 all threads frozen...

2000-09-25 Thread Gilles Lavaux
Hello, I have zope2.2 with whats look like all thread frozen(on linux, using zserver). Netstat reports a lot of connections ESTABLISHED or CLOSE_WAIT to the zope port. Of course zope is not responding. Who to solve this (of course I can kill+restart), is it possible to set a connection timeout

[Zope] Fulltext Searching? Newbies Problems with ZCatalog...

2000-09-25 Thread Dicken, Peer
Hi, well, I have added a ZCatalog and ZSearch Interface, searching for id,title etc. works perfect, but - how can I do fulltext-searches with ZCatalog? MfG / best regards, Peer Dicken IMD GmbH Softwareentwicklung & Unternehmensberatung Edisonstr. 1 59199 Bönen Tel.: +49 23 83 - 9191-

RE: [Zope] DTML Loop, is there a 'continue'?

2000-09-25 Thread Spicklemire, Jerry
>On Fri, Sep 22, 2000 at 12:39:52PM -0500, Spicklemire, Jerry wrote: >> I'm about searched out trying to find any discussion about calling a normal >> "continue" statement, as in Python, from DTML. Any ideas? >> >> I just want to short circuit a dtml-in loop for one pass, and then finish >> the

[Zope] multiple ZOPE ...

2000-09-25 Thread Dicken, Peer
Hi, How can I provide ZOPE Hosting? I have successfully tried SiteAccess and Apache Proxying, but that´s not what I like - it´s a little bit ZOPE "light", no control panel for clients... I think it´s best to provide a zope installation for any of our clients, but, wouldn´t that be eating up my s

[Zope] Guess Who . . .

2000-09-25 Thread Spicklemire, Jerry
. . . has a opening posted on their Web Site for a C/C++ programmer with Zope / Python experience? http://www-3.ibm.com/employment/us/empl/jofK23137.html Email Software Engineer (CA-K23137) Category: Software Location: CA Division: Other Divisions Work as a part of a small team de

Re: [Zope] What options exist for dealing with tracebacks?

2000-09-25 Thread Skip Montanaro
John> Although Didier Georgieff has given a thorough reply, I couldn't John> resist a quick plug... ;-) John> http://www.zope.org/Members/JohnC/StandardErrorMessage John> which has info on using and customising error pages, including John> e-mailing of errors. Thanks, inter

[Zope] Why no full Zope?

2000-09-25 Thread Chris Withers
Skip Montanaro wrote: > Thanks, interesting, but in my case, probably not immediately useful. It > slipped my mind when posting that I need to qualify all my zope posts with, > "I'm not using full-blown Zope. I only use ZServer + DocumentTemplates." > Still, knowing that there is some mechanism

[Zope] ImportExportFavorites

2000-09-25 Thread rishi
Hi guys i've got a small prob. I have the ImportExportFavorites util from microsoft. If that util post the bookmarks of an user then it sends with http_user_agent "FAVORITES" and file name "img.fav" Is there a way that zope get this file so I can save it in the ZODB. The source for sendin

[Zope] Help - Weird stuff.

2000-09-25 Thread Phil Harris
Hi all, Sorry for the subject but I don't really know how to describe this. I have a folder 'hp' which has loads of stuff in it, if I try to copy and paste into it though I get this error: 'The object index_html does not support this operation ' with this traceback: Traceback (innermost last)

[Zope] ZWiki RecentChanges don't work in Zope 2.2.x

2000-09-25 Thread Chris Withers
...you get an authorization error :-( This is because this Wiki isn't (and shouldn't) be publicly viewable or editable. So, Anonymous doesn't have 'View' permission on the folder. I've given Anonymous 'Access Contents Information', the usual nasty hack I had to do before, but now that just chang

[Zope] personal portal and Palm syncronization

2000-09-25 Thread Brian . Burton
I was building a personal site to weblog my engineering and personal stuff (based on Squishdot and Event Folder), and the thought occurred to me that it would be really neat if I could syncronize my Palm to this personal site. Using the Event Folder, I have a calendar, Squishdot provides the me

[Zope] Re: Why no full Zope?

2000-09-25 Thread Skip Montanaro
Chris> Why not just use all of Zope and be done with it? That's *much* easier said than done as far as I can tell. I am maintaining long-lived web site (> five years old), which is a mixture of flat html files, CGI scripts, ZServer-published methods and XML-RPC. On the middle end, we use a

[Zope] WorldPilot has the bits...

2000-09-25 Thread Chris Withers
[EMAIL PROTECTED] wrote: > > Any ideas how the sync would be done? > WorldPilot has the ability to do this, allegedly. Might be a good starting point... cheers, Chris ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/z

re: [Zope] FYI: Python product tutorial updated

2000-09-25 Thread Darcy Clark
This tutorial looks great...it explained a lot of things to me that I wasn't able to put together before. But...on looking at it, a nagging thought keep recurring...this is a really quite long and complicated process for a Poll product. As much as I like Zope and thing it is a great platform on w

Re: [Zope] ZWiki RecentChanges don't work in Zope 2.2.x

2000-09-25 Thread Martijn Pieters
On Mon, Sep 25, 2000 at 04:14:03PM +0100, Chris Withers wrote: > ...you get an authorization error :-( > > This is because this Wiki isn't (and shouldn't) be publicly viewable or > editable. > > So, Anonymous doesn't have 'View' permission on the folder. I've given > Anonymous 'Access Contents I

Re: [Zope] FYI: Python product tutorial updated

2000-09-25 Thread Chris McDonough
To address some adjectives: Complex - it's complex because there's a lot going on. Consider the nature of the security machinery. What other platform lets you grant permissions on such a granular basis? How would you lend people the ability to script things through the web securely in, for exa

RE: [Zope] FYI: Python product tutorial updated

2000-09-25 Thread Steve Drees
> But...on looking at it, a nagging thought keep recurring...this > is a really > quite long and complicated process for a Poll product. As much as I like > Zope and thing it is a great platform on which to develop web > applications, > I often wonder about the complexity and obscurity of some of

Re: [Zope] personal portal and Palm syncronization

2000-09-25 Thread seb bacon
Yes, this has been on my wish list for some time, but there's no way I'm going to get round to it right now... Take a look at pilot-link (http://sourceforge.net/projects/pilot-link) for interfaces to the mail, todo, etc software on your palm. This will only really deal with workstation -> palm s

Re: [Zope] Cookie pointer.

2000-09-25 Thread TMGB
Since cookies have been brought up, I tried the following code (Using Steve's example): "You have cookies enabled" "Your browser does not support cookies" The cookie gets set and the text that displays is from the else part, so the cookie is set and I tell the user their browser

[Zope] Newbie Tree Tag Help

2000-09-25 Thread chip johansen
I am trying to implement a dtml-tree setup that will read from a set of folders that I have placed a the top level of my portal folder structure. I want to be able to call this method from other branches in the portal and have it always display the tree using the set of folders I have set up as

[Zope] Set access rule

2000-09-25 Thread Mario Olimpio de Menezes
Hi, I did an upgrade last week, from zope 2.1.6 to 2.2.1, using Debian packages. Almost everything was correct, but site access no longer works. My setup is: 1. apache virtual host with rewrite rules: SSLEngine off ServerAdmin mario@localhost ServerName agilizearede.mys

[Zope] Re: Can't export only an ObjectManager

2000-09-25 Thread Andy McKay
Yes sorry I mean without (Friday afternoon y'know) A hack is my best bet. Sigh. - Original Message - From: "Chris Withers" <[EMAIL PROTECTED]> To: "Andy McKay" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, September 25, 2000 2:42 AM Subject: Can't export only an ObjectManager

Re: [Zope] ZWiki RecentChanges don't work in Zope 2.2.x

2000-09-25 Thread Simon Michael
what Martijn said (thanks Martijn). Another quick workaround mentioned on ZWikiProblems: you could remove the calls to getSize and similar attributes from your recentchanges page. Then Access Contents Information should be sufficient. -Simon ___ Zop

[Zope] Redirect FTP access on a role basis

2000-09-25 Thread Danny William Adair
Is it possible to redirect FTP access to subfolders depending on user's role? If yes, how can I do that? I would like to have ftp://www.mysite.com connect to the graphics folder "/gfx", if an account with a "Designer role" connects to the server in order to upload/exchange graphics. His account i

[Zope] still problems w/ SiteAccess 2.0.0b3

2000-09-25 Thread Mario Olimpio de Menezes
Hi, After struggling with Zope 2.2.1 + SiteAccess 2.0.0b3 upgraded from Zope 2.1.6, I gave up: I purged the previous installation and started from scratch. Now I have a strange scenario: SiteAccess is installed and I can see SiteRoot and Set Access Rule in the popup menu but SiteA

[Zope] RE: Stability problems using ZOracleDA

2000-09-25 Thread Andy Pahne
hi, we were suffering from the same problem, but now it works. when you use ZOracleDA, be sure not to use DCOracle, which ships with it. There's a newer version on the Zope site. Use the new one instead and everything will be fine. Our systems admin told me that he also modified either ZOrac

Re: [Zope] Authentication problem when accessing ZSQL method

2000-09-25 Thread Dieter Maurer
steve smith writes: > I am experiencing great frustration when trying to implement a drop-down > list based upon one of the how-tos I found on the Zope site. Whenever I try > to 'view' the DTML method which references the ZSQL method, I am prompted to > authenticate by my browser. I can't see

Re: [Zope] Set access rule

2000-09-25 Thread Martijn Pieters
On Mon, Sep 25, 2000 at 01:52:26PM -0300, Mario Olimpio de Menezes wrote: > I did an upgrade last week, from zope 2.1.6 to 2.2.1, using > Debian packages. > Almost everything was correct, but site access no longer works. Zope 2.2 requires SiteAccess 2 to work. SiteAccess 1 will not

Re: [Zope] Nasty subtle security bug - Me Too

2000-09-25 Thread Brad Clements
On 25 Sep 2000, at 21:01, Martijn Faassen wrote: > In Zope 2.2.2, the user cannot execute the external method E either. > Instead, the calling DTML code raises a NameError, basically saying our > external method does not exist. > I'll also dump this description into the collector, but posted to

[Zope] Nasty subtle security bug

2000-09-25 Thread Martijn Faassen
Hi there, I'm about to describe a very nasty bug that appears to exist in different guises in at least Zope 2.1.6 and Zope 2.2.2. The bug is nasty because it occurs under rather restricted circumstances, so nobody else noticed it yet, but it keeps biting _me_. The circumstances: * we have ex

Re: [Zope] Nasty subtle security bug - Me Too

2000-09-25 Thread Martijn Faassen
Brad Clements wrote: > On 25 Sep 2000, at 21:01, Martijn Faassen wrote: > > > In Zope 2.2.2, the user cannot execute the external method E either. > > Instead, the calling DTML code raises a NameError, basically saying our > > external method does not exist. > > > I'll also dump this description

[Zope] password management and acl_users

2000-09-25 Thread jpenny
Is ther an easy way to allow a user defined in an acl_users to change their own password? Or to put it another way, suppose I wanted a form like: User ID: Current Password: New Password: New Password (2nd time): How would I arrange to have the new password stored in a given instance of acl_use

Re: [Zope] Nasty subtle security bug - Me Too

2000-09-25 Thread Martijn Faassen
Martijn Faassen wrote: [snip] > In fact I misreported that moving the external method to a subfolder > solved all problems -- it still fails (at least in 2.2.2, perhaps it worked > in 2.1.6), as long as the local role needed to execute it is added to the > user in a subfolder below it). If the ro

Re: [Zope] Authentication problem when accessing ZSQL method

2000-09-25 Thread César A. K. Grossmann
Dieter Maurer wrote: > > > authenticate by my browser. I can't see anything in the security attributes > > for the SQL method which requires authentication, and I can 'test' the ZSQL > > method succesfully without requiring authentication. > You must grant the "use database methods" to "Annony

[Zope] Zope.org FYI

2000-09-25 Thread Shane Hathaway
Zope.org has been having some problems with memory leaks and "ghosts". Please excuse the occasional interruption. Also, /Members is now a new kind of BTreeFolder. An update to the BTreeFolder product will soon be released. With this change, some DTML installed on zope.org may have problems if

Re: [Zope] Nasty subtle security bug - Me Too

2000-09-25 Thread Shane Hathaway
Martijn Faassen wrote: > General problem description: > > For a ZClass instance/external methods that is only viewable by > users with a particular role, the view operation fails if that role > is only added to a user in a place deeper in the folder tree than the > folder where the Extern

[Zope] Re: Download Problem

2000-09-25 Thread Shane Hathaway
Suzette Ramsden wrote: > > I have had this same problem downloading squishdot zip files and I don't > know if it is something I am doing. > When I attempt to unzip the file, I keep getting: > "error reading header after processing 0 entries" What archiver are you using? I'm guessing you're talk

Re: [Zope] multiple ZOPE ...

2000-09-25 Thread Terry Kerr
We host zope using mutliple installations of zope. It is better this way because then the clients can control which products they have installed, they can tweak their products without bothering anyone else, they can stop and restart zope whenever they please...the basically have full control. Y

[Zope] displaying based on date

2000-09-25 Thread Timothy Wilson
Hi everyone, I've created a ZClass and I'm using an HTML table to display certain properties of the class. One of the properties is a date, and I want to display in the table only those instances of the ZClass for which this certain date property is in the future. (It's a job posting ZClass, and

Re: [Zope] Cookie pointer.

2000-09-25 Thread Cesar A. K. Grossmann
TMGB wrote: > > Since cookies have been brought up, I tried the following code (Using > Steve's example): I cannot use this code in a GUF/docLogin. I get the error: "Unauthorized You are not authorized to access ZopeTime. " What can I do to this code works? []s -- César A. K. Grossmann [EMA

[Zope] http://webcompare.internet.com/

2000-09-25 Thread Hung Jung Lu
Hi, I just ran across this website: http://webcompare.internet.com/ Interesting that I did not see anything on Zope. Shouldn't we write something to [EMAIL PROTECTED] and let them know about Zope? (Look also under http://serverwatch.internet.com/appservers.html ) regards, Hung Jung __

RE: [Zope] Cookie pointer.

2000-09-25 Thread Steve Drees
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Cesar > A. K. Grossmann > Sent: Monday, September 25, 2000 5:06 PM > To: TMGB > Cc: Zope@Zope. Org > Subject: Re: [Zope] Cookie pointer. > > > TMGB wrote: > > > > Since cookies have been brought up,

Re: [Zope] displaying based on date

2000-09-25 Thread Marco Mariani
On Mon, Sep 25, 2000 at 05:00:47PM -0500, Timothy Wilson wrote: > I've created a ZClass and I'm using an HTML table to display certain > properties of the class. One of the properties is a date, and I want to > display in the table only those instances of the ZClass for which this > certain date

Re: [Zope] Cookie pointer.

2000-09-25 Thread Cesar A. K. Grossmann
Steve Drees wrote: > > > What can I do to this code works? > > Can you cut and paste the offending code? Exactly the same of the message of Thomas: "You have cookies enabled" "Your browser does not support cookies" If I get rid of the 'expires' parameter, I receive allways the s

[Zope] How to automatically document a Zope site?

2000-09-25 Thread Brad Clements
I'm looking for a product, how-to or suggestions on how to document a zope site. Basically I just want to walk the tree of objects and output a nicely formatted series of pages that list the object, type, title, modification time, etc.. Anyone got something ready made? Brad Clements,

Re: [Zope] How to automatically document a Zope site?

2000-09-25 Thread Chris McDonough
No, although if you take a look at the way SQL Methods generate the dropdown "connection list", you'll get a good understanding of how to walk a tree of objectmanagers... Brad Clements wrote: > > I'm looking for a product, how-to or suggestions on how to document a > zope site. > > Basically I

[Zope] RedHat site mentions Zope

2000-09-25 Thread Stephan Richter
Hello everyone, I just saw on www.redhat.com the following: Features for the developer: ... "Popular web application development tools like PHP and Zope" Link: http://www.redhat.com/products/software/linux/rhl7_standard.html Wow, pretty cool. It is only a five bullet list! I guess Zope is winn

[Zope] cannot run without -D on win2000 ?

2000-09-25 Thread Gijs Reulen
Hi I tried to run Zope without the -D option but it will hang after the initial: C:\Program Files\Zope_220\bin\python.exe" "C:\Program Files\Zope_220\z2.py I tried both the 2.1.6 and 2.2.0 versions. Does anybody else have this same problem ? With the -D option Zope runs ok, but I would like to s

Re: [Zope] How to automatically document a Zope site?

2000-09-25 Thread Brad Clements
Here's what I just whipped up in 5 minutes.. should think before posting I guess. Create Method /Document Strader is the top Folder I want to document Then Create Method /DocumentRecurse /manage"> Brad Clements,[EMAIL PROTECTED] (315)268-1000 http://www.mu

Re: [Zope] cannot run without -D on win2000 ?

2000-09-25 Thread Phil Harris
Gijs, I'm running Zope 2.2.2 on Windows 2000 Advanced Server at home wih -D with no problems. Here's the registry entry for it: "D:\zope221\bin\python.exe" "D:\zope221\z2.py" -S hth Phil [EMAIL PROTECTED] - Original Message - From: "Gijs Reulen" <[EMAIL PROTECTED]> To: "Mailinglist Z

Re: [Zope] Re: Can't export only an ObjectManager

2000-09-25 Thread Andy McKay
Well its easier to edit XML, i could export a folderish object and then edit it. But is it my hooped version of Zope or can Zope not import its own exported XML? Error Type: TypeError Error Value: first argument must be sequence of strings Traceback (innermost last): File D:\zope\lib\python\ZP

[Zope] looking for XML-RPC client for C++ (urgh - but I need it)

2000-09-25 Thread Philipp Auersperg
We are involved in a project where a another company developes software written in C++ (it's their preference) that has to access data from our Zope server via XML..   I've checked out xmlrpc.com and found lots of language bindings but none for C++ (I know its more difficult to implement beca

Re: [Zope] RedHat site mentions Zope

2000-09-25 Thread John
Yes I saw that too, but when I went to check the package list (to see what version it was) there was no mention of it. John Leach >> Original Message << On 9/25/00, 4:51:04 PM, Stephan Richter <[EMAIL PROTECTED]> wrote regarding [Zope] RedHat site mentions Zop

RE: [Zope] Use of the :records variable type and ZSQL methods

2000-09-25 Thread Calvin Parker
> > Error Type: Bad Request > > Error Value: ['Field1', 'Field2'] > > > > Here is the code I used and sqlTest is the ZSQL Method that > just inserts the > > two fields into a test DB: > > > > > > > > > > > > What am I doing wrong? > > > > you'll have to feed a named argument to your Zsql method

[Zope] REQUEST variables in exceptions

2000-09-25 Thread Ramiro Brito Willmersdorf
Hi, I have a DTML document with the following structure: Report that everything was ok and wait for ack. Warn about problem found by external method. and it works wonderfully, to be honest I thought it was quite uncanny to define and raise an ex

[Zope] Favorites

2000-09-25 Thread rishi
Hi guys I've got a reply that my explaination was not good, let me try again; I have a website running on zope with apache. The users of my site can store memo's and bookmarks there. The following tihng is going on; they are uploading the bookmark file manualy, by exporting from IE or NS. There

Re: [Zope] Favorites

2000-09-25 Thread Tino Wildenhain
Hi rishi, rishi wrote: > ... > The following tihng is going on; they are uploading the bookmark file > manualy, by exporting from IE or NS. There is a util called > "ImportExportFavorites", a javascript syntax that gets the bookmarks and > post them to the server. One has to have a glance at it

[Zope] mxDateTime anyone

2000-09-25 Thread Jason Cunliffe
Hello Whenever I end up wanting to do some real work with dates and time I end up being referred to the lovely mxDateTime package. http://starship.python.net/~lemburg/mxDateTime.html Unfortunately Zope does not use this yet.. The real shame is that it is not the standard default for Python and t

Re: [Zope] Guess Who . . .

2000-09-25 Thread Tino Wildenhain
Hi, nice :-) "Spicklemire, Jerry" wrote: > > . . . has a opening posted on their Web Site for a C/C++ programmer with > Zope / Python experience? > > http://www-3.ibm.com/employment/us/empl/jofK23137.html > ... > Experience Required > Six years work related experience they must be f