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
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #28606 | Fri Mar 30 16:05:08 MDT 2012 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/samples/mobileshowcase/src/main/java/org/icemobile/samples/mobileshowcase/view/examples/input/dateSpinner/DateBean.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #28605 | Fri Mar 30 15:56:42 MDT 2012 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/samples/mobileshowcase/src/main/java/org/icemobile/samples/mobileshowcase/view/examples/input/dateSpinner/DateBean.java
MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/input/date-example.xhtml |