Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.6.1
-
Component/s: Framework
-
Labels:None
-
Environment:server
-
ICEsoft Forum Reference:
Description
See forum link.
There is an edge case that should be handled by a fix for
ICE-1627. It happens when a redirect navigation rule is executed and then the window is closed.When the redirect is executed ICEfaces appends the 'rvn' parameter to the redirected URL so that the view instance is reused for the next page. Since the view instance is supposed to be reused, the bridge will cancel the 'dispose-views' message that it usually sends once the window's document is unloaded otherwise the view instance needed by the next page would be disposed.