-
New Feature
-
Resolution: Unresolved
-
Normal
-
None
-
5.0.0, 5.0.7
Currently the only way to switch themes is by setting the cookie value and calling
Executions.sendRedirect(null);
While this may work well in situations where each page has a distinct URL, this doesn't work very nicely in multi-windowed app. If a user has logged in to the app and multiple windows have been created via createComponents(...), sending the redirect reloads the app and requires the user to re-login and open the windows again.