1. *action :* after clean app, login, check the response.toolbar() *result *: no session value, no post_vars and no vars request 2. *action *: fill in the SQLFORM.factory, submit the button, check the response.toolbar() *result *: the checkout in second load component is not filled (no session value yet the vars and post vars is filled with the value from SQLFORM.factory) 3. *action *: fill in the SQLFORM.factory, submit the button, check the response.toolbar() *result *: the second load component have the value, there is vars, post_vars and session value in response.toolbar() 4. after that all is well, the problem is sqlform is need to submit twice to get it work or responses (flash, error or fill the session), already tried clean app, give the form name, give the session a dummy value e.g. session_sale_order[1] = 0, 0
if this is not a bug in load component, perhaps i miss something, or this is just the way to use load component with two form with session. best regards, stifan -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.

