Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE 1.0
-
Fix Version/s: EE 1.0
-
Component/s: None
-
Labels:None
-
Environment:jsf 2 icemobile icefaces3
Description
currently mobile showcase app is using timezone="MST" but if server is deployed anywhere other than within this timezone, the timeSpinner will show a difference to what was selected in the component.
To ensure the zone is the same, change the time zone to
this.timeZone = java.util.TimeZone.getDefault().getID();
in backing bean and than refer to this for the component example.
To ensure the zone is the same, change the time zone to
this.timeZone = java.util.TimeZone.getDefault().getID();
in backing bean and than refer to this for the component example.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion