[Zope] Fetching data from external methods

2000-07-12 Thread Jarkko Veijalainen
Hi! I've been trying almost two weeks with this problem. I have read 'tons' on zope documentation and mailing lists. I have this dtml form, which submits two values to external method. External method searches LDAP directory with submitted values and returns an object(class) with 5-30 values.

RE: [Zope] Fetching data from external methods

2000-07-12 Thread Jarkko Veijalainen
sorry but your example did'nt work: >in external method: > > return (obj1, obj2,) > >in DTML: > > > > > here is my submit forms code to explain my case cn: objectclass: LDAPsearch is my external method (object in zope which points to .py module) M

RE: [Zope] Fetching data from external methods

2000-07-12 Thread Jarkko Veijalainen
FINALY, your code sould look like: In externalMethod: return res #ENTIRE obj DTML code: yeah, thanks a lot, it works, but i have still a liitle problem this might sound like newbie question ( but i don't really know) how i can with input values like this

[Zope] with problems

2000-07-20 Thread Jarkko Veijalainen
i have this external method called Imap_methods. Why zope refused to pass '[EMAIL PROTECTED]' string to my method. Is there something wrong with my syntax. ... do my stuff here (question 2) results following error message E

RE: [Zope] Zope performance ratios

2000-07-24 Thread Jarkko Veijalainen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 24. heinäkuuta 2000 20:54 To: [EMAIL PROTECTED] Subject: [Zope] Zope performance ratios I'm interested in getting performance statistics for Zope. I'm scouring the mailing lists for previous messages but I woul

re: [Zope] Zope performance ratios

2000-07-26 Thread Jarkko Veijalainen
I'm doing a performance comparance between Zserver and Iplanet servers packages in next couple of weeks, maybe with Apache and Netscape servers too. We have building a prototype with four different sripting languages, including Zope. Goal is to find out wich combination is most effective. Maybe i

[Zope] Problems with LDAPmodule on sunos5

2000-08-10 Thread Jarkko Veijalainen
I have created Zope site on Linux wich uses external methods to access LDAP. I transferred my site to Solaris8/sunos5 but i can't manage to get LDAPmodule working on sunos. Finally after two days of work and with pretty slick manouvers, i managed to build LDAPmodule (archive.csee.uq.edu.au/~leona

[Zope] Problem to access my DTML files

2000-08-14 Thread Jarkko Veijalainen
Hi! I developed my project on Zope 2.1.6 on NT environment. Last week i installed Zope 2.2.0 on Solaris 8. i transferred my project to 'new' Zope. But when i try to access my DTML document comes authentication window. I can't authenticate it in any of my usernames. Traceback (innermost last): F

[Zope] Is this a bug? Posting data to another DTML document

2000-08-15 Thread Jarkko Veijalainen
I developed my project on Zope 2.1.6 on NT environment. Last week i installed Zope 2.2.0 on Solaris 8. i transferred my project to 'new' Zope. But when i try to access my DTML document comes authentication window. I can't authenticate it in any of my usernames. Traceback (innermost last): File /

[Zope] Old Zope packages

2000-08-17 Thread Jarkko Veijalainen
l document) and i'm in hurry to test my project on Solaris, so please tell me quickly where can i download older Zopes. look also : 33. Is this a bug? Posting data to another DTML document (Jarkko Veijalainen) on Zope digest, Vol 1 #934 jarkkov _

[Zope] Strange behaviour on authorization

2000-08-18 Thread Jarkko Veijalainen
i have been trying to figure this out and get help to this almost one week... i have login form called login: Username or ID Password email_accounts is a

RE: [Zope] Strange behaviour on authorization

2000-08-21 Thread Jarkko Veijalainen
now, i have defined same owner to every document in that folder, but it did'nt help me. I cranked litle bit my pages and discovered little more where is the problem. Problem isn't POSTING data, it's the return value that Zope doesn't want to publish. User   Problem tag is that th