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
Judy Guglielmin
created issue -
Judy Guglielmin
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Steve Maryka [ steve.maryka ] | Judy Guglielmin [ judy.guglielmin ] |
Judy Guglielmin
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | EE 1.0 Final [ 10318 ] | |
Resolution | Fixed [ 1 ] |
Migration
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |