Details
-
Type:
Task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-Alpha3
-
Component/s: ICE-Components
-
Labels:None
-
Environment:invokeOnComponent
Description
If containers have to implement invokeOnComponent and JSF 2.0 variant
Issue Links
Activity
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [] | |
Fix Version/s | 2.0 [ 10032 ] |
Salesforce Case | [] | |
Component/s | Components [ 10012 ] | |
Fix Version/s | 2.0-Beta [ 10231 ] | |
Fix Version/s | 2.0-Alpha3 [ 10032 ] | |
Assignee | Mark Collette [ mark.collette ] |
Link | This issue depends on ICE-4993 [ ICE-4993 ] |
Assignee | Mark Collette [ mark.collette ] | Adnan Durrani [ adnan.durrani ] |
Salesforce Case | [] | |
Assignee Priority | P1 |
Status | Open [ 1 ] | In Progress [ 3 ] |
Attachment | ICE-4351.war [ 12436 ] |
Assignee | Adnan Durrani [ adnan.durrani ] | Ken Fyten [ ken.fyten ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #21919 | Thu Jul 15 22:32:16 MDT 2010 | adnan.durrani | Fix towards invokeOnComponent fixed for nested dataTable |
Files Changed | ||||
![]() |
Salesforce Case | [] | |
Assignee | Ken Fyten [ ken.fyten ] | Adnan Durrani [ adnan.durrani ] |
Security | Private [ 10001 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #21929 | Fri Jul 16 13:04:42 MDT 2010 | mark.collette | |
Files Changed | ||||
![]() |
Salesforce Case | [] | |
Fix Version/s | 2.0-Beta2 [ 10242 ] | |
Fix Version/s | 2.0-Beta1 [ 10231 ] |
Salesforce Case | [] | |
Fix Version/s | 2.0-Beta1 [ 10231 ] | |
Fix Version/s | 2.0-Beta2 [ 10242 ] | |
Affects Version/s | 2.0-Alpha3 [ 10032 ] |
Salesforce Case | [] | |
Fix Version/s | 2.0-Beta2 [ 10242 ] | |
Fix Version/s | 2.0-Beta1 [ 10231 ] |
Summary | JSF2.0 COMPONENT MIGRATION TASK: If containers have to implement invokeOnComponent and JSF 2.0 variant | Compat.: Nested UIData components not working |
Salesforce Case | [] |
Salesforce Case | [] | |
Assignee Priority | P1 | P2 |
Salesforce Case | [] | |
Assignee | Adnan Durrani [ adnan.durrani ] | Greg Dick [ greg.dick ] |
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Assignee Priority | P2 | |
Resolution | Fixed [ 1 ] |
Fix Version/s | 2.0.0 [ 10230 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Under JSF there are only two naming container components UIForm and UIData.
Under JSF there are only one iterative component : UIData (HtmlDataTable)
The UIComponent has the default implementation for "invokeOnComponent".
Only Iterative components needs special care in "invokeOnComponent". The UIData has overridden version of the "invokeOnComponent", which take care of states of its children.
Under ICEfaces there are following iterative components:
All above component extended by the UIData so the UIData.invokeOnComponent(..) most probably help them all. We will have to test those.