On Mon, Jun 21, 2010 at 11:44 PM, Mike Burrows <[email protected]> wrote:
> 2) A render function (I call mine fill_render) that encodes params (so
> you don't keep repeating it in controller code).

You mean a renderer that calls htmlfill? I do this manually sometimes.
Is it feasable to put this in render and still access all the htmlfill
options? If it's so good, and given that FormEncode is a Pylons
dependency, we could add it to the regular renderers. Would something
like this work?

    render(.., fill=params, errors=errors, fill_options={})

-- 
Mike Orr <[email protected]>

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to