Re: [Zope] SSL over Multiple Zope/Plone sites?

2006-01-24 Thread Slobodan Jovcic
el nt milne wrote:ok, they're not technically subdomains but full domains in their own right but served from a single server which has its own domain. Would a wild card work with that? Would the pop-ups still be present when a user enters the site? On 1/24/06, Slobodan Jovcic <[EMAIL PROTE

Re: [Zope] SSL over Multiple Zope/Plone sites?

2006-01-24 Thread Slobodan Jovcic
//www.zope.org/Members/Ioan/ZopeSSL but if I can't carry this through to Apache then I'd have to run Zope as the web server as well as the application server. Thanks Michael _ Slobodan Jovcic Teaching Enhancement Center Office of I

Re: [Zope] returning list from PythonScript

2006-01-20 Thread Slobodan Jovcic
Doh! Thanks, Jovca _____ Slobodan Jovcic Teaching Enhancement Center Office of Instructional Development, UCLA (310) 794 2099 On Jan 20, 2006, at 4:05 PM, David wrote: J Cameron Cooper wrote: Slobodan Jovcic wrote: Hi, I'm trying to pass a list of valu

Re: [Zope] returning list from PythonScript

2006-01-20 Thread Slobodan Jovcic
True. Somehow, some of the latest changes in the script were lost, probably by closing the browser without save, including a change of: print result return printed to: return result Very stupid. Jovca _ Slobodan Jovcic Teaching Enhancement Center Office of

[Zope] returning list from PythonScript

2006-01-20 Thread Slobodan Jovcic
tring representation of the list ( "[]" instead of [] ). How can I pass the list itself? Btw, hard-coding list in ZPT works fine: Thanks, Jovca _____ Slobodan Jovcic Teaching Enhancement Center Office of Instructional Development, UCLA