|
[
Permlink
| « Hide
]
Deryk Sinotte added a comment - 27/Apr/09 05:08 PM
Please review test case to ensure it's testing the correct behaviour. If so, proceed to investigate the issue.
In
The fixes for
Reset the last viewId on redirect. The fix makes ICEfaces in single-view mode behave like SUN-RI now.
Fix verified on ICEfaces trunk revision 18832
In JSF 1.2 the ViewRoot is reset at the end of lifecycle and restored if necessary with the help of state management. When we introduced our own state management implementation it was decided keep around the ViewRoot in JSF 1.1 because there wasn't any state management available. The decision to not reset the ViewRoot in JSF 1.1 was introduced in
So now the ViewRoot is reset only on redirect so that RestoreViewPhase will create a new view based on the GET request path. |
|||||||||||||||||||||||||||||||||||||||||||||||