[web2py] Re: How to use response.flash() to inform user about current status of a process

2013-11-06 Thread Andreas Wienes
Thanks for your advice Niphlod. I will try it soon and report my results. - Andreas Am Sonntag, 3. November 2013 16:28:37 UTC+1 schrieb Niphlod: response.flash is used to set a fixed content into the layout.html This happens to be a div class=flash/div in the scaffolding app. That being

[web2py] Re: How to use response.flash() to inform user about current status of a process

2013-11-03 Thread Niphlod
response.flash is used to set a fixed content into the layout.html This happens to be a div class=flash/div in the scaffolding app. That being said, you can't update the contents without refreshing the page, and / or using ajax. The implementation relies entirely on how your app works (i.e. how