On 6/1/06, Marco Mariani <[EMAIL PROTECTED]> wrote:
This brings the question: is it the form's responsibility, or the
container's? Why is a container any different than other content
objects?

The responsibility lies with the code making the change.  For
containers, the container code really is adding/renaming/removing, so
it can take care of the events.  For other objects, it can be hard to
tell what really constitutes a change for the purposes of the
application.  Not every attribute value might be considered part of
the application-level state; variables that simply represent caches
might not "count" for application purposes.  Only the application can
make these determinations.


 -Fred

--
Fred L. Drake, Jr.    <fdrake at gmail.com>
"Every sin is the result of a collaboration." --Lucius Annaeus Seneca
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to