Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.5.3, 1.6DR#5
-
Fix Version/s: 2.0-Alpha3, 2.0.0
-
Component/s: ICE-Components
-
Labels:None
-
Environment:any
-
ICEsoft Forum Reference:
-
Support Case References:
-
Workaround Exists:Yes
-
Workaround Description:
Description
during page navigation, the submittedValue of inputText components is not cleared.
this is only possible when the standardRequestScope context parameter in web.xml is set to true.
if there are any validation errors and the user navigates back to the original page, the old submittedValues
are still remaining. usually one would expect the submittedValues always to be cleared when a real navigation
is initiated to another page
this is only possible when the standardRequestScope context parameter in web.xml is set to true.
if there are any validation errors and the user navigates back to the original page, the old submittedValues
are still remaining. usually one would expect the submittedValues always to be cleared when a real navigation
is initiated to another page
Issue Links
Activity
Field | Original Value | New Value |
---|---|---|
ICEfaces Forum Reference | http://www.icefaces.org/JForum/posts/list/4910.page | |
Affects Version/s | 1.5.3 [ 10030 ] |
Support Case References | https://www.icesoft.ca:4443/supportilla/show_bug.cgi?id=4222 | |
Support Customer Ref. #s | 739 |
Fix Version/s | 1.7 [ 10080 ] | |
Assignee | Mircea Toma [ mircea.toma ] |
Fix Version/s | 1.6.1 [ 10070 ] | |
Fix Version/s | 1.7 [ 10080 ] | |
Assignee Priority | P2 |
Attachment | forum-4756.war [ 10633 ] |
Attachment | forum-4756-src.zip [ 10634 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Won't Fix [ 2 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P2 | |
Assignee | Mircea Toma [ mircea.toma ] |
Resolution | Won't Fix [ 2 ] | |
Status | Closed [ 6 ] | Reopened [ 4 ] |
Assignee Priority | P2 | |
Assignee | Ted Goddard [ ted.goddard ] |
Fix Version/s | 1.7 [ 10080 ] | |
Fix Version/s | 1.6.1 [ 10070 ] |
Assignee | Ted Goddard [ ted.goddard ] | Mircea Toma [ mircea.toma ] |
Fix Version/s | 1.7DR#3 [ 10112 ] | |
Fix Version/s | 1.7 [ 10080 ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Attachment | ICE-1741.war [ 10748 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #15252 | Mon Nov 26 17:53:29 MST 2007 | mircea.toma | Stop propagating attributes between page reloads. |
Files Changed | ||||
![]() ![]() |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Fix Version/s | 1.6.3 [ 10120 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #15310 | Thu Dec 06 17:48:01 MST 2007 | mircea.toma | Revert request attribute map lifecycle behaviour. |
Files Changed | ||||
![]() ![]() |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Assignee Priority | P2 | |
Assignee | Mircea Toma [ mircea.toma ] |
Assignee | Mircea Toma [ mircea.toma ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #15314 | Fri Dec 07 10:54:47 MST 2007 | mircea.toma | Revert request attribute map lifecycle behaviour. |
Files Changed | ||||
![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #15315 | Fri Dec 07 10:55:08 MST 2007 | mircea.toma | Revert request attribute map lifecycle behaviour. |
Files Changed | ||||
![]() ![]() |
Fix Version/s | 2.0 [ 10032 ] | |
Fix Version/s | 1.7DR#3 [ 10112 ] | |
Fix Version/s | 1.6.3 [ 10120 ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Fix Version/s | 2.0.0 [ 10230 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
The same happens in 1.5.3. Only when the standardRequestScope in web.xml is set to true,
the request scoped backing beans become finalized and reinstantiated when navigating between
different pages. This is to be expected default behaviour...