Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P04, 4.2
-
Fix Version/s: EE-4.2.0.GA, EE-3.3.0.GA_P05
-
Component/s: QA
-
Labels:None
-
Environment:jsf2 core
-
Support Case References:Support Case 14136:- https://icesoft.my.salesforce.com/5007000001kswFt?srPos=0&srKp=500
Description
a test application for this feature is required where we can modify the lazy window scope (dynamically?) to show behavior of this feature when using various scoped beans.
For now, @ViewScoped, windows scope and @SessionScoped beans should be part of the test.
For now, @ViewScoped, windows scope and @SessionScoped beans should be part of the test.
Activity
Judy Guglielmin
created issue -
Judy Guglielmin
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Mircea Toma [ mircea.toma ] |
Judy Guglielmin
made changes -
Fix Version/s | EE-4.2.0.GA [ 13071 ] | |
Fix Version/s | EE-3.3.0.GA_P05 [ 13082 ] |
Mircea Toma
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #51695 | Wed Jun 28 14:40:57 MDT 2017 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/core/src/main/java/org/icefaces/impl/application/WindowScopeManager.java
|
Ken Fyten
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Mircea Toma
made changes -
Summary | create QA test for org.icefaces.replayNavigationOnReload | Replay navigation on reload separately for each window |
Ken Fyten
made changes -
Security | Private [ 10001 ] |
Mircea Toma
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Issue Type | Task [ 3 ] | Bug [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Altered window scope behaviour to keep on tracking the window scope even when there are no window scope beans defined by the application but the context parameter org.icefaces.lazyWindowScope is set to false. This change ensures that replayNavigationOnReload navigation feature will track the navigation state separately for each of the active windows. Previously a (dummy) window scope bean was required to be defined in the application to trigger the described behaviour.