Hi elisians, I want to make a plugin with different screens: a first screen with a form and a submit button and a second screen with the result of the previous submit. How can I pass the parameters of the first screen to the second one? Do I have to use two controller? Do I have to use a mechanism similar to activate method in the /elisa/plugin/poblosec/widgets/search_results.py file? How works this line: deferred = browser.history.append_controller(path, item.label, **args) ? in particular the third argument?
Any advice or reference is appreciated. Thanks in advance, cheers Luca
