[Zope] Problems with LocalFS and Zope 2.2.x

2000-12-18 Thread Uwe_Kluge
Hi everyone, recently I moved to Zope release 2.2.4 (under WinNT). Everything works great, but there is a issue related to LocalFS. If I try to create a new LocalFS object I get the error message: Error Type: AttributeError Error Value: objectValues Traceback (innermost last): File D:\Zop

RE: [Zope] mx ODBC Connection

2000-12-18 Thread Paolo Quaglia
Hi Phil, I have done what you have suggested and Zope start without errors. I can build a new ZmxODBC connection to a SQL server 7.0, and Zope doesn't return errors. Now I tried to browser the DB (that already exists) and I got this Error: Error Type: InterfaceError Error Value: SQL type (code -9

[Zope] Troubles importing module DemoPortal.zexp

2000-12-18 Thread Francisco M. Marzoa Alonso
Hi there everybody, I'm trying to install the ZopePTK on my SuSE LiNUX 7.0 box but I'm having troubles. I've followed installation instructions at http://www.zope.org//Products/PTK/ZWiki/PTKInstallation literally saving this point: [...] 3. Copy DemoPortal.zexp and Wizard.zexp to your .../im

[Zope] Re: [Zope-Annce] ANNOUNCE: Zope security alert and hotfix release

2000-12-18 Thread Gregor Hoffleit
On Fri, Dec 15, 2000 at 02:02:08PM -0500, Brian Lloyd wrote: > A security issue has recently come to our attention (thanks to > Erik Enge for identifying this) that affects Zope versions up to > and including Zope 2.2.4. ... > The hotfix will work for all versions of Zope 2.2.0 and highe

[Zope] PoPy1.4 Installed:

2000-12-18 Thread Paolo Quaglia
Hi Here Is some tips to install PoPy DA on a RH6.2 First: You have to use Postgres7.0 with PoPy1.4 - download the Postgres7.0 with the development libraries (the development RPM from the Postgres download) - Download the Popy1.4.1 and the ZPopyDA0.7 - untar Popy1.4.1 - $./configure - change the M

Re: [Zope] Troubles importing module DemoPortal.zexp

2000-12-18 Thread Morten W. Petersen
[Francisco M. Marzoa Alonso] | Error Type: ImportError | Error Value: No module named PythonMethod.PythonMethod | | Package files that I'm using are: | | Zope-2.2.2-linux2-x86.tgz | ZopePTK-0.9.2-src.tar.gz | | Can someone help me with this? I guess you need to install the PythonMethod produc

[Zope] I love you! (Re: [Zope] Troubles importing module DemoPortal.zexp)

2000-12-18 Thread Francisco M. Marzoa Alonso
You was on right, it has been imported succesfull now :D Thanks a lot, Morten :) El Lun 18 Dic 2000 12:58, escribiste: > [Francisco M. Marzoa Alonso] > > | Error Type: ImportError > | Error Value: No module named PythonMethod.PythonMethod > | > | Package files that I'm using are: > | > | Zope-2.

[Zope] Bizarre Netscape Problem

2000-12-18 Thread Robin Becker
On my Win98 SE Zope 2.2.2 I have some zope permissions which I can view fine in IE 5 or from a networked box with Netscape 4.7. However, when I attempt to view the permission with Netscape it seems as though Netscape starts to use larger and larger amounts of memory. I have no explanation and chec

Re: [Zope] PoPy1.4 Installed:

2000-12-18 Thread Federico Di Gregorio
> Here Is some tips to install PoPy DA on a RH6.2 > > First: You have to use Postgres7.0 with PoPy1.4 > - download the Postgres7.0 with the development libraries (the development > RPM from the Postgres download) > - Download the Popy1.4.1 and the ZPopyDA0.7 > - untar Popy1.4.1 > - $./configure

[Zope] PopyDA and DBMS Transactions

2000-12-18 Thread Paolo Quaglia
Hi I heve finally installed the PopyDA0.7 that is a Multithreaded DA (multiple concurrent access on the DBMS) Now I'm doing tests to verify the DBMS transactions (Postgress support DB transations): But something doesn't work as expected: I summarize my tests: I have two DTML Documents: first D

Re: [Zope] Bizarre Netscape Problem

2000-12-18 Thread Oleg Broytmann
On Mon, 18 Dec 2000, Robin Becker wrote: > attempt to view the permission with Netscape it seems as though Netscape > starts to use larger and larger amounts of memory. I have no explanation Netscape definetely has a lot of problems, memory leaks, etc. Especially in big forms (many inputs, lar

Re: [Zope] How to make two racks work under one specialist?

2000-12-18 Thread Steve Spicklemire
Hi Dirksen, Ok.. you need to set the 'load by accessing attribute' field to 'original_object'. You may need to change your SkinScript to something like: WITH getMale(self.id) COMPUTE original_object=(RESULT is _.None) and NOT_FOUND or RESULT So that when getMale returns _.None, the SkinScr

Re: [Zope] Bizarre Netscape Problem

2000-12-18 Thread Robin Becker
In article <[EMAIL PROTECTED]>, Oleg Broytmann <[EMAIL PROTECTED]> writes >On Mon, 18 Dec 2000, Robin Becker wrote: >> attempt to view the permission with Netscape it seems as though Netscape >> starts to use larger and larger amounts of memory. I have no explanation > > Netscape definetely has

[Zope] new 2.2.4 security/role bug ?? (ZCatalog related ??)

2000-12-18 Thread Didier Georgieff
Hello, I'm experimenting some really weird and annoying things since i upgraded to 2.2.4 with 12-08 and even with 12-15a hotfix (seems to be ok in 2.2.2) For all objects, I can access directly (URL) with no problem (according to the roles and the local roles. This is ok). For some of those o

Re: [Zope] PopyDA and DBMS Transactions

2000-12-18 Thread Ivan Cornell
Paolo Quaglia wrote: > I have two DTML Documents: > > first DTML: now called D1 > > ...1st sql statement: select * from customers where name='white' As I understand it, to exclusively lock a table in postgresql, use SELECT FOR UPDATE, eg: ...1st sql statement: select * from customers wher

RE: [Zope] LoginManager - logging out

2000-12-18 Thread Bill Welch
> authentication and that the browser caches the credential. This means > unless you shut down your browser, whatever you do, you are back to > square one. Besides shutting down your browser, you trash its credential. Create a simple DTML method that raises the 'Unauthorized' exception. Direct yo

Re: [Zope] Stupid File Upload Question

2000-12-18 Thread jpenny
On Fri, Dec 15, 2000 at 04:59:07PM -0800, Jonothan Farr wrote: > What sort of problems were you seeing with LocalFS? Maybe I can fix them. > > Thanks, > --jfarr > > - Original Message - > From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, December 15, 2000 4:22 PM > Sub

[Zope] Re: ANNOUNCE: Zope security alert and hotfix release

2000-12-18 Thread Brian Lloyd
> > The hotfix will work for all versions of Zope 2.2.0 and higher. A > > future version of Zope will contain the fix for this > > issue, and you will be able to uninstall the hot fix after upgrading. > > This seems to imply that 2.1.6 is vulnerable as well, but that this Hotfix > won't work

[Zope] Python Method and builtin-functions

2000-12-18 Thread Sven Hohage
Hello, I'd like to use Python - Methods but I'm afraid that some builtin-functions are not implemented like type() or list(). Is this a problem of me or are my nightmares fulfilled. Another question is if the Python-Method-product is the same thing as the one shipping with Zope 2.3? Thanks.

[Zope] passwords TTW - security hole?

2000-12-18 Thread Bill Welch
AFAIK, inputs of type password are sent to the server as plain text. In Login Manager, for example, that would mean that passwords are exposed every time someone logs in. In User Folder, the passwords would be exposed whenever they're changed. If my interpretation is correct, then it seems to me

[Zope] Re: ANNOUNCE: Zope security alert and hotfix release

2000-12-18 Thread Gregor Hoffleit
On Mon, Dec 18, 2000 at 10:30:56AM -0500, Brian Lloyd wrote: > > > The hotfix will work for all versions of Zope 2.2.0 and higher. A > > > future version of Zope will contain the fix for this > > > issue, and you will be able to uninstall the hot fix after upgrading. > > > > This seems to im

RE: [Zope] LoginManager - logging out

2000-12-18 Thread Mohan Baro
Can you please give an example of this code or method? Mohan. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Bill Welch Sent: Monday, December 18, 2000 10:14 AM To: [EMAIL PROTECTED] Subject: RE: [Zope] LoginManager - logging out > authentication and

[Zope] AW: [Zope] error by adding Poll

2000-12-18 Thread Kaeidinejad, Shahram
Hi Bill, i changed into itemAdd.dtml from to but i get the same error like this: Cannot locate object at: http://192.168.190.238:23456/Test_Folder/manage_addProduct/Poll/manage_addIt em how can i use Hotfix_2000-12-8? i untared it into Products directory and restart zope. how can i

RE: [Zope] LoginManager - logging out

2000-12-18 Thread Mohan Baro
Where can I get more information on the following methods ( i.e which zope documentation) 1) authenticate() as in 2) logout() Mohan ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encod

Re: [Zope] SiteAccess and Roles

2000-12-18 Thread The Doctor What
* Michael Bernstein ([EMAIL PROTECTED]) [001215 10:05]: > The Doctor What wrote: > Ok, then problem may be in your SiteRoot. What are the > settings there? Really? I wouldnt't have suspected the SiteRoot. lesse Interesting. It now works, if I fill in the Base. Before, I had *nothing* in t

RE: [Zope] LoginManager - logging out

2000-12-18 Thread Bill Welch
this is my logout DTML method Logout!! On Mon, 18 Dec 2000, Mohan Baro wrote: > Can you please give an example of this code or method? > > Mohan. ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross po

Re: [Zope] Python Method and builtin-functions

2000-12-18 Thread Evan Simpson
From: Sven Hohage <[EMAIL PROTECTED]> > I'd like to use Python - Methods but I'm afraid > that some builtin-functions are not implemented like > type() or list(). This is true. If it is really a problem for you, you may wish to wait for Python Scripts. > Another question is if the Python-Method

Re: [Zope] passwords TTW - security hole?

2000-12-18 Thread Martijn Pieters
On Mon, Dec 18, 2000 at 04:02:45PM +, Bill Welch wrote: > AFAIK, inputs of type password are sent to the server as plain text. In > Login Manager, for example, that would mean that passwords are exposed > every time someone logs in. In User Folder, the passwords would be exposed > whenever the

RE: [Zope] new 2.2.4 security/role bug ?? (ZCatalog related ??)

2000-12-18 Thread Didier Georgieff
Brian, Le 18 Dec 2000, à 11:54, Brian Lloyd a écrit : > Note that 'Manager' does not automatically give you "full > authorization". It is only a convention that Manager often > has all permissions. > This is important, because in Zope 2.2, you can't give a > proxy role unless you have *that

RE: [Zope] new 2.2.4 security/role bug ?? (ZCatalog related ??)

2000-12-18 Thread Brian Lloyd
> The second weird thing (should help for a diagnostic) is : > > While i have "manager" role (i can do whatever i want on the manage > interface), i tried to give a proxy role to my test method, to > see if i could > investigate further. > And trying to change the proxy role raised an execpt

Re: [Zope] AW: [Zope] error by adding Poll

2000-12-18 Thread Bill Welch
Please note that the method is addItem, not manage_addItem. The current convention is to untar in the zope installation directory. For example, /usr/bin/zope. The files in the tar have a relative path - lib/python/Products. Other than that, yes - untar and restart. Bill. On Mon, 18 Dec 2000, Ka

[Zope] PTK

2000-12-18 Thread Nuno Goncalves
Hi there ! I'm trying to use ptk to build a portal in zope ! Does anyone knows how to add a design scheme ? initialy it shows onle the generic Portal interface. I wonder if it is possible to build my own design scheme and how to add one ! thanks in advance, Best regards, Nuno ___

Re: [Zope] AW: [Zope] error by adding Poll

2000-12-18 Thread Bill Welch
> For example, /usr/bin/zope. /usr/lib/zope, that is. ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce

[Zope] ANNOUNCE: Zope security alert and hotfix release

2000-12-18 Thread Brian Lloyd
Hi all - Peter Kelly has brought another potential security issue to our attention that is important enough to make a Hotfix available for those who allow untrusted users to edit DTML on their sites. The issue involves incorrect protection of a data updating method on Image and F

RE: [Zope] One-To-One, Story Server, Teamsite, ... Zope?

2000-12-18 Thread sean . upton
I, perhaps, can answer a portion of your questions with some thoughts on news content management from someone who has worked for several medium to large daily newspaper's online presences. News portal - I am currently developing code to create an intranet editorial system, with archive and asset

[Zope] user property sheets

2000-12-18 Thread Timothy Wilson
Hey everyone, I'd like to make a product so that Zope users' contact info would be available on a "MemberBio" page whenever you click on a hyperlink of their name. The MemberBio page would also contain a form that could be used to send them email. I know there's been some discussion of property

[Zope] adding Mail Host also legacy, broken by Hotfix_2000-12-08

2000-12-18 Thread Bill Welch
Just for the record. Bill. ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mai

[Zope] Newbie question: adding a tinyTables object

2000-12-18 Thread Richard Blumberg
I'm running Zope on a Win98 machine; downloaded, unstuffed, and installed tinyTablesPlus folder in the lib\python\Products directory. TinyTablesPlus shows up in the product list of the Control_Panel/Products folder of my Zope installation. But it does not show up in the Available Objects pull-

Re: [Zope] user property sheets

2000-12-18 Thread Maik Röder
Hi Timothy ! Timothy Wilson wrote: > > Hey everyone, > > I'd like to make a product so that Zope users' contact info would be > available on a "MemberBio" page whenever you click on a hyperlink of their > name. The MemberBio page would also contain a form that could be used to > send them email

Re: [Zope] sql query results -> DTML method problem

2000-12-18 Thread Dieter Maurer
"Manuel Amador (Rudd-O) writes: > > #8 > > RING: dont do that, dtml wont work in python namespace > instead, remember that in python namespace all vars present in dtml namespace > are inherited. I do not see a reason, why not to use this (except, that " should not be escaped, of ca

Re: [Zope] how can you tell who created an object in Zope?

2000-12-18 Thread Dieter Maurer
Chalu Kim writes: > What I would like is to be able to tell who created an object? Is there > an easy way to do this? Have a look at "AccessControl.Owned.getOwner". It will give you the object's owner. For most objects, this is initally the creator of the object. This can be changed later with

[Zope] Re: [Zope-dev] IMPORTANT! Zcatalog path handling changes in 2.3

2000-12-18 Thread Christopher Petrilli
On 12/18/00 4:08 PM, "The Doctor What" <[EMAIL PROTECTED]> wrote: > * Christopher Petrilli ([EMAIL PROTECTED]) [001218 14:13]: >> PLEASE take a look at this, and provide feedback ASAP. > > I would happy to, it looks like it does what I need (having > siteaccess). However, I don't see a clear cu

[Zope] Re: [Zope-dev] IMPORTANT! Zcatalog path handling changes in 2.3

2000-12-18 Thread The Doctor What
* Christopher Petrilli ([EMAIL PROTECTED]) [001218 14:13]: > PLEASE take a look at this, and provide feedback ASAP. I would happy to, it looks like it does what I need (having siteaccess). However, I don't see a clear cut description what's changing and how. What needs to be done (in easy to un

[Zope] IMPORTANT! Zcatalog path handling changes in 2.3

2000-12-18 Thread Christopher Petrilli
Gang, In order to resolve untold number of situations where the Catalog does "stupid" things and returns less than useful information, we have heavily modified the information stored in the Catalog (and generated by CatalogAware). You can read about this here: http://dev.zope.org/Wikis/DevS

[Zope] Help save my sanity (DTML-in string comparison)

2000-12-18 Thread Darin Lee
Zopistas, I am trying to build a simple, 2 tier, tree-style navigation structure for my site. I have puzzled over the following code for hours, and it's just not working right. I have two loops, one that goes through the Parents, and when the parent matches the current folder, I go through the

Re: [Zope] adding Mail Host also legacy, broken by Hotfix_2000-12-08

2000-12-18 Thread Aleksander Salwa
On Mon, 18 Dec 2000, Bill Welch wrote: > Just for the record. As I grepped through sources, I see that SiteAccess (2.0.0b4) also uses 2-argument legacy mechanism :( Anyway: why it still works ? I have Hotfix_2000-12-08 installed and I still can add new SiteRoots. [EMAIL PROTECTED] /--

Re: [Zope] Creating tables from ZSQL methods..?

2000-12-18 Thread Dieter Maurer
Lee writes: > I have a ZSQL method, createClassTable, where the paramter 'classCode' > is used to name the table: > > Is there anyway to execute this in a DTML document 'on the fly'? Sure: > I have a DTML method where the classCode argument is passed onto the > ZSQL method

Re: [Zope] Creating attributes in ZClass instances

2000-12-18 Thread Dieter Maurer
David Bustos writes: > I have a ZClass named Event. Event objects need to keep a list of > people signed up for them, so they had a lines property named 'people'. > But lines properties have odd semantics, and I want to store arbitrary > objects rather than strings (i.e. it shouldn't be edite

Re: [Zope] Newbie question: adding a tinyTables object

2000-12-18 Thread Peter Bengtsson
Go to the Control Panel and click on Products. The TinyTable product is probably going to have a little "broken box"-icon. Click on it and wish that it will tell you the error so that you can fix it. Good luck, Peter > I'm running Zope on a Win98 machine; downloaded, unstuffed, and > installe

Re: [Zope] adding Mail Host also legacy, broken by Hotfix_2000-12-08

2000-12-18 Thread Bill Welch
In SiteAccess, the legacy name and the method name are the same, so references to the legacy name still work. Bill. On Mon, 18 Dec 2000, Aleksander Salwa wrote: > On Mon, 18 Dec 2000, Bill Welch wrote: > > > Just for the record. > > As I grepped through sources, I see that SiteAccess (2.0.0b

RE: [Zope] passwords TTW - security hole?

2000-12-18 Thread Ron Bickers
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Bill > Welch > Sent: Monday, December 18, 2000 11:03 AM > To: [EMAIL PROTECTED] > Subject: [Zope] passwords TTW - security hole? > > > AFAIK, inputs of type password are sent to the server as plain text.

Re: [Zope] apache/mod_rewrite and user-logging (semi-OT) - workaround

2000-12-18 Thread Oliver Bleutgen
Whoa, seems like my problem was not very interesting... Anyway, I found a solution and hereby make it public. To get apache to log usernames, one has to invoke the apache's authentification machinery. I found out that one can plug perl-modules into apache for doing auth and that there's even a mo

[Zope] Product Authors: If you use ZCatalog, READ! (that means you, Chris W. :-)

2000-12-18 Thread Evan Simpson
From: The Doctor What <[EMAIL PROTECTED]> > I would happy to, it looks like it does what I need (having > siteaccess). However, I don't see a clear cut description what's > changing and how. What needs to be done (in easy to understand > language) to make sure it all goes smooth, etc. It's one

[Zope] ZopeLDAP 1.1.0 release

2000-12-18 Thread Jeffrey P Shell
"ZopeLDAP 1.1.0", http://www.zope.org/Members/jshell/ZopeLDAP/ is released, bringing in a bevy of changes, including: o New ability to run in a non-transactional mode (this is critical to avoid a known bug when updating more than one entry object per transaction) o Much improved Entry objec

[Zope] To retrieve properties from a dtml document

2000-12-18 Thread Ausum
After some newbie researching I found that whenever I want to retrieve a propertie from a dtml document I must use this: If thedocument is index_html or whatever_html it works fine, but how could I retrieve a propertie from a document named whatever.html? We need to use the .html extension for

[Zope] Re: [Zope-dev] Fault tolerance and thread-loss

2000-12-18 Thread Chris McDonough
Start Zope with the z2.py command line option "-M var/detailed.log" e.g. ./start -M var/detailed.log Detailed.log will contain a transcript of all requests processed by the server and their responses. If you see a method call without "end of request", that's probably the point that the thread i

[Zope] Problem on running the ZOPE with ZmySQLDA

2000-12-18 Thread Angietel
The following is the illegal operation msg details:-   PYTHON executed an invalid instruction in module at :01560f54. Registers: EAX=00b3ceb1 CS=016f EIP=01560f54 EFLGS=00010286 EBX=0001 SS=0177 ESP=01dbf5dc EBP=01560f50 ECX=1e10f91f DS=0177 ESI= FS=57df EDX= ES=0177

Re: [Zope] To retrieve properties from a dtml document

2000-12-18 Thread Andy McKay
Try -- Andy McKay, Developer. ActiveState. - Original Message - From: "Ausum" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 18, 2000 3:39 PM Subject: [Zope] To retrieve properties from a dtml document > After some newbie researching I found that whenever

Re: [Zope] To retrieve properties from a dtml document

2000-12-18 Thread Ausum
Hello Andy, thanks for the advice. It didn't work. Maybe I'm wrong at any point, so please tell me whether it worked for you. I'm aware that this problem has been discussed here before, that it happens because of Python's object naming, and also that there's a workaround at least (and just)for ex

Re: [Zope] I love you! (Re: [Zope] Troubles importing module DemoPortal.zexp)

2000-12-18 Thread Tres Seaver
"Francisco M. Marzoa Alonso" <[EMAIL PROTECTED]> wrote: > You was on right, it has been imported succesfull now :D > > Thanks a lot, Morten :) > > El Lun 18 Dic 2000 12:58, escribiste: > > [Francisco M. Marzoa Alonso] > > > > | Error Type: ImportError > > | Error Value: No module named PythonMe

Re: [Zope] Newbie question: adding a tinyTables object

2000-12-18 Thread Richard Blumberg
No, that's the problem. The icon isn't a broken box, but a regular product icon. Clicking on the link shows that there's one item in TinyTablesPlus, a Help document; when I open that, it tells me that there are no items in TinyTablesPlus. So Zope seems to be seeing the product, but not adding

Re: [Zope] SiteAccess and Roles

2000-12-18 Thread Michael Bernstein
The Doctor What wrote: > > * Michael Bernstein ([EMAIL PROTECTED]) [001215 10:05]: > > The Doctor What wrote: > > Ok, then problem may be in your SiteRoot. What are the > > settings there? > > Really? I wouldnt't have suspected the SiteRoot. lesse > > Interesting. It now works, if I fill

Re: [Zope] Help save my sanity (DTML-in string comparison)

2000-12-18 Thread Michael Bernstein
Darin Lee wrote: > > Zopistas, > > I am trying to build a simple, 2 tier, tree-style navigation structure for my site. >I have puzzled over the following code for hours, and it's just not working right. I >have two loops, one that goes through the Parents, and when the parent matches the >cur

Re: [Zope] PTK

2000-12-18 Thread Tres Seaver
Nuno Goncalves <[EMAIL PROTECTED]> wrote: > Hi there ! > I'm trying to use ptk to build a portal in zope ! > Does anyone knows how to add a design scheme ? > initialy it shows onle the generic Portal interface. I wonder > if it is possible to build my own design scheme and how to add one! First,

[Zope] Network hangs

2000-12-18 Thread Rick Munday
Can anyone give me some clues as to where to look to diagnose network hangs? Case: Installed Zope today (2.2.0 - sorry, I'm conservative on version revs and typically hang back a couple) and ever since starting to move the site to Zope networking seems to hang... Apache sit's on port 80 w/all st

[Zope] Cookie setting problem

2000-12-18 Thread Kit O'Connell
I'm trying to set up a system like example 9 in the tutorial (new elvis sightings) where new news stories in a specific folder are flagged 'New!' if they've been modified or added since the last visit. Early on in the document, I do the following while going through the folder's stories one at a t

[Zope] newbie permissions

2000-12-18 Thread Max M. Stalnaker
With some difficulty I got a web site up and it has a form that when submitted writes an object out to a Zcatalog. I am proud of myself. Alas, it asks me for a password when I stroke the submit button. I think I need to set some permissions on the Zcatalog. I need to set them to anonymous. But

[Zope] SQL Interface Builder?

2000-12-18 Thread Olaf Zanger
hi there, i'm working with zope now for a month. i found the znolk product that generates some nice forms and so on. i'm in desperate need for some more functionality though and i'm wondering if anything out there might suit my needs, that are: * customizable with a template or so (without the

[Zope] passing parameters in a call/in/with

2000-12-18 Thread Olaf Zanger
hi there, with the znolk product i get data by "select * ..." out of my database. some fields are id's and i would like to get data out of an other table basing on this id. how can i pass the id through a ? olaf -- soli-con Engineering Zanger Dipl.-Ing. (FH) Olaf Zanger Nusch Lorrainestrass