Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 3.3
-
Fix Version/s: 4.0.BETA
-
Component/s: ACE-Components
-
Labels:None
-
Environment:*
-
Affects:Compatibility/Configuration
-
Workaround Exists:Yes
-
Workaround Description:
Activity
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Nils Lundquist [ nils.lundquist ] |
| Summary | ace:panelExpansion works once when STATE_SAVING_METHOD is client | ace:panelExpansion only works once when STATE_SAVING_METHOD is client |
| Workaround Description |
Use "server" state saving mode instead.
javax.faces.STATE_SAVING_METHOD |
|
| Workaround Exists | Yes [ 10007 ] |
| Workaround Description |
Use "server" state saving mode instead.
javax.faces.STATE_SAVING_METHOD |
Use "server" state saving mode instead:
<param>javax.faces.STATE_SAVING_METHOD<param> <value>server</value> </param> |
| Status | Open [ 1 ] | Closed [ 6 ] |
| Affects | Compatibility/Configuration [ 10002 ] | |
| Resolution | Won't Fix [ 2 ] |
ICEfaces doesn't support client state saving mode.