I think part of the problem may be that since you are loading all with 
AJAX, they may not be loading in the proper order. 

You might want to set the first one to ajax=False so that it will be loaded 
first, and the other two loaded after it.

On Tuesday, April 23, 2013 12:23:10 PM UTC-7, Derek wrote:
>
> Yes, sessions are not saved until the end of a request. You may want to 
> consider putting the 'patient id' in a cookie, or using it as part of the 
> URL, so you can use request.vars to retrieve it.
>
>

-- 

--- 
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/groups/opt_out.


Reply via email to