Am Dienstag, 22. August 2017 21:00:18 UTC+2 schrieb Val K: > > It's unexpectedly, that the form is still alive after "getpdf", because > the controller doesn't return any form (unless it's an ajax-request). >
It might be a little bit unexpected, but it since also the web2py default admin application makes use of such forms (see e.g. the "pack individually" form for applications), I believe that it should be supported by web2py. > I think, If you want to return a pdf that depends on some args/vars then > better to have the separated controller: [...] > This might be a solution, but since here the user should be able to continue working with the form (e.g. generate another PDF after a slight modification of the form values), this would entail handing over the complete form data to the new controller, then back to the original controller and then repopulate the form. This seems to be quite cumbersome to me. Or is there an elegant way of achieving the "persistance" of form entries in this case? Best regards Marc -- 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.

