Re: [Zope3-Users] z3c, GET variables handling pattern

2008-09-11 Thread Marius Gedminas
On Thu, Sep 11, 2008 at 03:19:08PM -0400, Daniel Fimiarz wrote: > I am new to plone/zope. I am trying to use z3c forms with plone to fetch > some data from RDBMS but I am having an issue with variables passed to edit > forms using GET and POST variables. > > >From what I read, the edit form needs

[Zope3-Users] z3c, GET variables handling pattern

2008-09-11 Thread Daniel Fimiarz
Hello, I am new to plone/zope. I am trying to use z3c forms with plone to fetch some data from RDBMS but I am having an issue with variables passed to edit forms using GET and POST variables. >From what I read, the edit form needs to override the getContent function: def getContent(self):