[Zope3-Users] Add and Edit form

John Smith jsmith030416 at yahoo.co.uk
Fri May 12 11:40:46 EDT 2006


  I am a little unclear into which object I should add the nextURL method.
  
  In myclass/browser/configure.zcml I have addMenuItem and addForm directives. I have tried adding the nextURL method to the class specified in the 'class' parameter of the addForm directive. That does not work.
  
  Stephan replied that the zope.app.form classes is where to override the nextURL method, but where do I fit a zope.app.form instance into my configuration?
  
  Thanks,
  
  John

Cliff Ford <Cliff.Ford at ed.ac.uk> wrote: This is an example mextURL function that I used to add a folder 
containing a page, and then go to the folder. Going to the page is just 
an addition to the last line.

HTH

Cliff

     def nextURL(self):

         """ This function is called for redirection after folder creation.
         We can use it to fill out metadata collected from a custom add 
form.
         """


		
---------------------------------
  Yahoo! Cars NEW - sell your car and browse thousands of new and used cars online search now  
---------------------------------
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/zope3-users/attachments/20060512/4a414aa2/attachment-0001.htm


More information about the Zope3-users mailing list