> > I was hoping I could avoid redirect. Have to redirect to self then, and > then keep output from form1 in session, so than could be used as input in > form2. >
There's no reason to redirect to self. Just store what is needed from form1 in the session and proceed with the code for form2. You only need a redirect if the forms will be handled via different actions. Anthony -- 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.

