On Thu, 7 Sep 2000, Tim Hicks wrote:
> So each time there is a change made to the text, I must call
> reindex_object, is that correct?  If so, how do I make it so that each
> time I hit the 'Change' button at the bottom of the text box,
> <dtml-call "reindex_object()"> is executed?

If you take a close look at the how-to, it also tells you you have
to write your own management 'editForm' method and assign it to the
view tab.  In the action method for that form, you do the
reindex_object.

--RDM


_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to