[Zope-dev] redirect and POST

2000-11-17 Thread Robin Becker

I seem to get different behaviour when I use method=POST in my forms and
then attempt to use RESPONSE.redirect later on in the handling method.

It seems as though the method that was used to call the form handler is
passed on. Then my index_html hangs waiting for the POST data. Is there
a way to change the http request back to GET.
-- 
Robin Becker

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )




[Zope-dev] What is the local object in zope?

2000-11-17 Thread Espen Sorbye Frederiksen

I am maybe blind, but cannot find a name for the local object in zope
(like "this" in JAVA ).
The command call expr="subdirectory.manage_addDTMLDocument()" works if
subdirectory is a folder in the current folder. However the call
expr="self.manage_addDTMLDocument(...)" does not work.

Could anyone tell me what I am doing wrong? 

Cheers,

Espen



___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )




[Zope-dev] Help! Can't unsubscribe!

2000-11-17 Thread T.J. Mannos

Help!

I'm trying to unsubscribe from this list because it's filling up my mailbox
too fast.  However, when I try to use the web interface or the e-mail
interface to unsubscribe, it gives me an odd error message.  It says
something to the effect of, "There's something wrong with your account.
Please contact the postmaster."  Yet I keep getting zope-dev messages.
Could somebody tell me how to get off this list?

Thanks,
T.J.


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )




Re: [Zope-dev] Help! Can't unsubscribe!

2000-11-17 Thread Ken Manheimer

On Fri, 17 Nov 2000, T.J. Mannos wrote:

 I'm trying to unsubscribe from this list because it's filling up my mailbox
 too fast.  However, when I try to use the web interface or the e-mail
 interface to unsubscribe, it gives me an odd error message.  It says
 something to the effect of, "There's something wrong with your account.
 Please contact the postmaster."  Yet I keep getting zope-dev messages.
 Could somebody tell me how to get off this list?

I've cancelled your zope-dev subscription.  (We're running an old version
of the maillist system, which occasionally has this problem - fortunately,
we now have some people with the time and leverage to shepherd, fix, etc
an upgrade to a newer version - will be happening soon.  In the
meanwhile, sorry about the capture!)

Ken Manheimer
[EMAIL PROTECTED]


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )




Re: [Zope-dev] Simulate DTML-Method Proxy-Roles for python-product-methods ?

2000-11-17 Thread Dieter Maurer

Martin =?iso-8859-1?Q?Gr=F6nemeyer?= writes:
  I've started to implement a small Product in Python.
You mean a true Product implemented in Python (subpackage in
"lib/python/Products")?

  One method should be
  able to access an object in a folder which isn't accessible by anonymous
  but only by a special role. Is it possible to give a proxy-role to the
  python-method to access this object ?
Such products are not restricted by the security system.
Thus, you can simply do what you like.


Dieter

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )