try to use different formname= argument for each page.

On Thursday, May 7, 2015 at 12:14:38 PM UTC+2, Gael Princivalle wrote:
>
> Hello all.
>
> I've moved a db from sqlite to postgresql, but I've got a strange problem.
> With only one tab, ok.
> If I have two tabs with the same application, it seems that data's are 
> mixed.
> For example in tab 1 I have a grid, in tab 2 a page.
> When I save from tab 1 grid I see some data's from tab 2.
>
> Another example, if I open 3 tabs with the same grid for modifying 3 
> different records, and I save all records, data's of these 3 records will 
> be mixed, not in the fields, but when I use these records in the 
> application.
>
> Here is my DAL connection:
> db = DAL('postgres://user:pass@localhost:5432/postg_myapp', 
> check_reserved=['all'], pool_size=1, entity_quoting=True, bigint_id=True)
>
> Someone's know why?
>
> Thanks, regards.
>
>
>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to