thanks for the hints paolo, test the active tab logic but the result is
same without condition (after submit the active tab is back to it's own
class)
my code above is not working as expected due to javascript i forgot to put
in the views side
e.g.
{{if response.new_window:}}
jQuery(docu
Maybe the issue is due to class 'active' in the view.
To be honest, I did not fully understand your question but the following
code - for example - should show the tab with the submitted form.
*controllers/default.py*
def report():
query = (db.table_0.id > 0)
#redirect_url_0 = 'report_de
2 matches
Mail list logo