Details
Description
When navigate from non-icefaces to icefaces page using just-ice.jar, it seems that navigation handler always used the suffix of the originating page and ignore that of the destination page. The problem doesn't present in icefaces 1.6.2 though.
Use repo/qa/trunk/Regression/ICE-1678 to reproduce the problem
Use repo/qa/trunk/Regression/
Put in a check (ala ICEfaces 1.6 code) for the ".iface" suffix in getActionURL
, only delegating if there's no ".iface" suffix.
Changed the URL guessing algorithm in renderResponse
, to update the UIViewRoot.viewId from the guessed file suffix.
TRUNK
Subversion 16664
icefaces\core\src\com\icesoft\faces\application\D2DViewHandler.java
ICEfaces 1.7 branch
Subversion 16665
icefaces\core\src\com\icesoft\faces\application\D2DViewHandler.java