Re: [Zope3-Users] formlib with no zodb

2007-03-16 Thread Maciej Wisniowski
Is it possible to build a page with formlib, widgets, and a page template without using the ZODB or ZMI. I have been trying for awhile to accomplish this with no luck. I want to build an edit form that shows results from a postgresql database which does not add any objects within the zodb.

[Zope3-Users] formlib with no zodb

2007-03-14 Thread tyson
Is it possible to build a page with formlib, widgets, and a page template without using the ZODB or ZMI. I have been trying for awhile to accomplish this with no luck. I want to build an edit form that shows results from a postgresql database which does not add any objects within the zodb.

Re: [Zope3-Users] formlib with no zodb

2007-03-14 Thread Kapil Thangavelu
you don't need anything special.. if you have orm mapped objects just write formlib forms for them, with a custom traversal to retrieve. if your doing sql by hand, then just write adapters for the form context that update the relevant rdb data. as an example, alchemist constructs formlib