[Zope-dev] Using FSSession from an external method

2000-05-26 Thread Lindell Alderman

I am trying to use FSSession from an external method.  I have no problem
reading from the Session or updating a dictionary in the Session.  My
problem is that I cannot delete or change any of the entries in the Session
from my external method.  Could this an initialization issue or could
it be a permissions issue?  I can't seem to track it down.

-L


___
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] Cannot rename or move my ZClass object

2000-05-24 Thread Lindell Alderman

I have derived a ZClass from the Folder base class and it works
great, except I cannot rename or move my ZClass.  How can I fix this?

-L

___
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] Create an empty DTML Method

2000-05-21 Thread Lindell Alderman

I want to write some dtml code that will add a DTML method that is
totally empty.  The add_DTMLMethod method in Zope puts in the default
Zope content.  How do I avoid that?

-L

___
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] ZSQL methods inside of ZClasses

2000-05-21 Thread Lindell Alderman

I want to create a ZClass that will incorporate a number of ZSQL methods.
I have a couple of questions about how I should do this.

1. I don't want to tie my ZClass to a particular database adapter.  But
to create my ZSQL methods inside of my zclass I need a connection.  How
do I circumvent this?

2. Even when I do create a ZSQL connection inside of my ZClass and I
create my ZSQL method.  Every time I run the method, I get a "connection
not found" error.  What is up?

-L

___
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 )