[Zope-dev] More ZPatterns confusion

2000-12-01 Thread Kent Polk

I have a persistent object class I'm trying to model in ZPatterns.

---
MasterRack Class:

A physical Master Rack is composed of 96 tubes of DNA, one tube
per DNA sample, organized by families.

___
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] More ZPatterns confusion

2000-11-26 Thread bentzion

I am trying to add a ZClass with a DataSkin Property sheet to a 
Virtual Rack. So I call the following:
dtml-let ni="newItem(key=REQUEST['key'])"
  props="ni.propertysheets.get('Basic')"
dtml-call "props.manage_changeProperties(REQUEST.form)"
/dtml-let

I assume this should call ADDED and CHANGE trigger's to place data 
in my SQL Database.
Unfortunately this is not happening. The ADDED trigger is doing the 
initial creation, but the changeProperties is not effecting the 
right changes. It seems that the CHANGE trigger is not getting 
called.

Is there something else I should be doing?
Thanks for all the help




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