Heiko
Jun 12th, 2007, 06:05 PM
Hi,
in my application, I have a number of subdialoges, meaning dialogs that are called by another dialog which should be shown again after the subdialog is closed. I wonder if there is any common way to deal with such a situation in Spring Web MVC. I tried the "CancellableFormController", but this one is restricted to a static definition of the "cancelView". Thus, one can not call the same subdialog from different main dialogs. Also, there is no strategy for exchanging data between the main dialog and its subdialog. Any help appreciated, thanks in advance,
Heiko
in my application, I have a number of subdialoges, meaning dialogs that are called by another dialog which should be shown again after the subdialog is closed. I wonder if there is any common way to deal with such a situation in Spring Web MVC. I tried the "CancellableFormController", but this one is restricted to a static definition of the "cancelView". Thus, one can not call the same subdialog from different main dialogs. Also, there is no strategy for exchanging data between the main dialog and its subdialog. Any help appreciated, thanks in advance,
Heiko