Re: [Zope3-Users] There isn't enough context to get URL information.

2006-05-26 Thread Ron Bickers
On Thu May 25 2006 05:50, Achim Domma wrote:

 I try to figure out how to make attributes holding content objects
 accessible via the browser.

I'm working on the same thing, but I don't know how to make a view for the 
contents of the containers in the ZMI.

I have an Item object with 'prices' and 'options' attributes that are both 
BTreeContainer.  I'd like to have two menu items for Item (named Prices and 
Options) and have each display the contents of the respective attribute.  
How can I do that?

-- 
Ron
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] There isn't enough context to get URL information.

2006-05-25 Thread Stephan Richter
On Thursday 25 May 2006 05:50, Achim Domma wrote:
 class Workspace(Persistent):
      implements(IWorkspace)

This is your problem. Workspace is not implementing ILocation (or IContained).

Regards,
Stephan
-- 
Stephan Richter
CBU Physics  Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users