[Grok-dev] What is the difference between zope.formlib and	zope.app.form?
    Martijn Faassen 
    faassen at startifact.com
       
    Thu Nov  3 13:01:54 UTC 2011
    
    
  
On 11/01/2011 01:25 AM, Noe Nieto wrote:
> What is the difference between zope.formlib and zope.app.form?
Besides what Sylvain said, zope.formlib is used by Grok by default. 
zope.app.form and zope.formlib used to share some implementations of 
widgets: zope.formlib was built on top of zope.app.form. A few years ago 
I moved those implementations away from zope.app.form into zope.formlib 
however, so now zope.formlib works by itself and zope.app.form can be 
forgotten about when using Grok.
Regards,
Martijn
    
    
More information about the Grok-dev
mailing list