<configure
   xmlns="http://namespaces.zope.org/zope"
   xmlns:browser="http://namespaces.zope.org/browser"
   xmlns:five="http://namespaces.zope.org/five">

  <subscriber handler="wicked.fieldevent.notifyFieldEvent" />

  <adapter factory="wicked.fieldevent.at_field_retrieval"  />

  <subscriber factory="wicked.fieldevent.at_field_storage"
	      provides=".interfaces.IFieldValueSetter" />

</configure>
