Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.7.2, 1.8DR#1
-
Component/s: Framework
-
Labels:None
-
Environment:server
-
ICEsoft Forum Reference:
Description
When page is reloaded after navigating using forward navigation rules, instead of reloading the last view ID determined by the navigation rules the initial view ID is rendered.
Greg's findings:
"Looking at the application mentioned in the post ( A snappy client side ICEfaces compatible calendar from Rob Mayhew) I see what is happening.
The application does navigation from the main page to the calendar page without using redirection. This means that the URL in the title bar always remains:
http://localhost:8080/jspx&rvn=1
even though we have navigated. Hitting F5 in a purely JSF application causes the browser to submit the last post aubmitted and this causes re-navigation to the same page as before the reload, otherwise, it would wind up reloading the first page as well. The browser in an ICEfaces application doesn't do this, but merely issues a reload command which causes us to depend on the view preservation behaviour. I guess this gets into the unwanted re-posting of credit card details if one reloads the page in a JSF app from the order page.
It's an interesting observation that the execution in JSF is considered to be a postback."