Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-2.0.0.Beta1
-
Fix Version/s: EE-2.0.0
-
Component/s: Enterprise Push Server
-
Labels:None
-
Environment:JSF 2/ICEfaces 2 only
-
Affects:Documentation (User Guide, Ref. Guide, etc.)
Description
The convertDateTime dateStyle is not being applied for the selectInputDateColumn when in its non-edit mode for ICEfaces EE 2.0 Beta. This is working fine in the ICEfaces EE 1.8.2 P02 release.
Activity
Field | Original Value | New Value |
---|---|---|
Attachment | editableTable-1-8.JPG [ 13035 ] | |
Attachment | editableTable-2-0.JPG [ 13036 ] |
Salesforce Case | [5007000000GClxL] |
Fix Version/s | EE-2.0.0 [ 10256 ] | |
Assignee | Ken Fyten [ ken.fyten ] | Philip Breau [ philip.breau ] |
Assignee Priority | P2 |
Assignee | Philip Breau [ philip.breau ] | Brad Kroeger [ brad.kroeger ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | EE-2.0.0.Beta1 [ 10254 ] | |
Fix Version/s | EE-2.0.0 [ 10256 ] | |
Resolution | Fixed [ 1 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Affects | [Documentation (User Guide, Ref. Guide, etc.)] |
Fix Version/s | EE-2.0.0 [ 10256 ] | |
Fix Version/s | EE-2.0.0.Beta1 [ 10254 ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P2 |
Sample Code:
<ice-cc:selectInputDateColumn property="startDate" renderAsPopup="true"
id="startDate" title="Start Date">
<f:convertDateTime dateStyle="short"/>
</ice-cc:selectInputDateColumn>