On 1/17/06, Lee McFadden <[EMAIL PROTECTED]> wrote:
> Yes, passing a dict does not work.
>
> I have the following code (just to make sure it wasn't my controller
> code messing things up)
>
> <span py:replace="forwardform.insert(input_values={'fwd_msgid':
> message.id, 'forward_to': ''}, action='/messages/%d/forward' %
> message.id)"></span>

Try getting rid of the "inpuit_values=". If you pass the form widget a
dictionary as its value, that should get applied.

Kevin

Reply via email to