Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.5.2
-
Component/s: ICE-Components
-
Labels:None
-
Environment:Operating System: Windows XP
Platform: PC
Description
One of the side effects of using standardRequestScope (ICE-1093) is that
message bundles aren't reloaded after a partialSubmit and are cleared from the
request map. We need a new <ice:loadBundle> component that works with
standardRequestScope
message bundles aren't reloaded after a partialSubmit and are cleared from the
request map. We need a new <ice:loadBundle> component that works with
standardRequestScope
Activity
Field | Original Value | New Value |
---|---|---|
issue.field.bugzillaimportkey | 1297 | 12496 |
Priority | Major [ 3 ] | Minor [ 4 ] |
Assignee Priority | P1 | |
Assignee | Mircea Toma [ mircea.toma ] | Adnan Durrani [ adnan.durrani ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 1.6DR#3 [ 10050 ] | |
Fix Version/s | 1.6 [ 10031 ] | |
Resolution | Fixed [ 1 ] |
Summary | need new <ice:loadBundle> component | <ice:loadBundle> gets clean up when using standardRequestScope="ture" |
Summary | <ice:loadBundle> gets clean up when using standardRequestScope="ture" | <f:loadBundle> gets cleaned up when using standardRequestScope="true" |
Fix Version/s | 1.6 [ 10031 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P1 | |
Assignee | Adnan Durrani [ adnan.durrani ] |
I have verified this behavior with v 1.5.2. I have created ice:loadBundle
component as well. I have tried to reproduced same error with the head and it
came accross that ICEfaces does not respecting standardRequestScope parameter
anymore. So I stop working on ice:loadBundle, as f:loadBundle is already working
with or without standardRequestScope.
It is not that f:loadBundle is working, it is that support of the
standardRequestScope has been removed according to my observation.