Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.2.0.GA
-
Fix Version/s: 3.3
-
Component/s: Documentation, Sample Apps
-
Labels:None
-
Environment:All
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial
Description
When using a non-numerical date pattern (MMM/dd/yyyy) conversion errors are thrown when selecting a date as the values for the French locale are not in line with what is expected by Java.
Activity
Arran Mccullough
created issue -
Arran Mccullough
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Arran Mccullough [ arran.mccullough ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #34290 | Tue Apr 09 09:22:42 MDT 2013 | arran.mccullough | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/tutorials/dateTimeEntry-locale-tutorial/src/main/webapp/dateTimeEntryLocale.xhtml
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #34291 | Tue Apr 09 09:37:14 MDT 2013 | arran.mccullough | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/tutorials/dateTimeEntry-locale-tutorial/src/main/webapp/dateTimeEntryLocale.xhtml
|
Arran Mccullough
made changes -
Fix Version/s | 3.3 [ 10370 ] |
Arran Mccullough
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Affects | Documentation (User Guide, Ref. Guide, etc.),Sample App./Tutorial [ 10003, 10001 ] | |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Changed the french locale to use the correct syntax to avoid conversion errors. Also added a Spanish locale to the tutorial code.