Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.5
-
None
Description
The handleNavigation method calls the wrapped navigation handler if the class is not activated and then falls through to its activated navigation code.
It appears that there should be a return statement at the end of the "if" block to prevent this.
NOTE: If the navigation is an Ajax redirect, this is causing the XML to be generated twice, which cause the client side processing to fail.