Kevin Dangoor wrote:

On 1/3/06, Igor Murashkin <[EMAIL PROTECTED]> wrote:
Or would this be too hackish? I would certainly like an answer on how
to generate a form on the spot instead of using something from session.
Are the decorators pulling us down in this case? Maybe there's a way to
do whatever inputform=... is doing manually?

I hadn't read this thread very closely this morning. Here's an
important and undocumented point: inputform can take a callable and
will call it before doing anything with the form. This is how the
DataController work (since its form is somewhat dynamically created --
not per request, but per instantiation of the controller).

Kevin

--
Kevin Dangoor
Author of the Zesty News RSS newsreader

email: [EMAIL PROTECTED]
company: http://www.BlazingThings.com
blog: http://www.BlueSkyOnMars.com

Sweet. I can't test it right now, but this sounds *exactly* like what I was hoping for. I'll post back with whether this works for me.

Thanks, Kevin.


- jmj

Reply via email to