I mean replace

  session.vars=form.vars

with

  session.vars=dict(form.vars)

Does it change anything? Are these custom forms? How do the views look
like?


On Jul 16, 5:34 pm, Jose <[email protected]> wrote:
> On 15 jul, 19:48, mdipierro <[email protected]> wrote:
>
> > I do not see the problem. Can you try (just out of curiosity) replace
>
> > session.vars = ...
>
> > with
>
> > session.vars = dict(...)
>
> Do you say to create the dictionary with the names of the fields? I do
> not know do like the code.
>
> Before I wrote that this happens when I fill the forms 2, 3 and 4, was
> wrong, only it happens in the second form (domicilio1 to domicilio2).
>
> Also I tried with Konqueror and it works well.
>
> Jose
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" 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/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to