Re: [Repoze-dev] bfg form generation

2009-06-29 Thread Tim Hoffman
Hi Iain I am using formish with some success at the moment. You need the latest copy from github, rather than whats in PyPI and if you want to use the FileUpload widget you may need to build a custom FileResource handler (I am running on GAE so write temp files to the filesystem is not an option

Re: [Repoze-dev] bfg form generation

2009-06-29 Thread Fernando Correa Neto
Hi Iain, At the time I started using BFG, the options I had didn't quite attracted me that much so I decided to roll it on my own. My main goal was to quickly create form widgets from python code using a XML factory ( template independent ). Today it's called repoze.etreeform [1] and although it

[Repoze-dev] bfg form generation

2009-06-27 Thread Iain Duncan
what are folks using to make forms and validation schemas with bfg? I am a big fan of formencode, but not sure how best to use it in the bfg context. I'm curious whether one can use zope form generation easily with formencode? thanks iain ___

Re: [Repoze-dev] bfg form generation

2009-06-27 Thread Chris McDonough
I've seen people use (or at least report using): - ToscaWidgets - formish I've personally used ToscaWidgets on at least one bfg customer project, although we wound up removing it later in favor of just using ZPT macros. - C On 6/27/09 3:47 PM, Iain Duncan wrote: what are folks using to