Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.2.0.GA
-
Fix Version/s: EE-3.3.0.GA_P01, 4.0.BETA, 4.0
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Tomcate
-
Assignee Priority:P1
-
Salesforce Case Reference:
Description
When using the attached dataTable composite component, the ace:dataExporter will not generate the table contents. I have isolated this as being the result of passing the backing bean in as an attribute. If you remove the backing bean attribute and have the el expressions directly reference a backing bean, this is not an issue.
To reproduce this issue:
- Add the attached composite component to the showcase (drop in webapp/resources/components)
- In dataExporter.xhtml add the namespace xmlns:test="http://java.sun.com/jsf/composite/components"
- Change the target attribute of ace:dataExporter to target=":form2:test:carTable"
- replace the ace:dataTable tags with <test:dataTable id="test" bean="#{dataTableLazyLoading}"> (leave the dataTable content in place)
To reproduce this issue:
- Add the attached composite component to the showcase (drop in webapp/resources/components)
- In dataExporter.xhtml add the namespace xmlns:test="http://java.sun.com/jsf/composite/components"
- Change the target attribute of ace:dataExporter to target=":form2:test:carTable"
- replace the ace:dataTable tags with <test:dataTable id="test" bean="#{dataTableLazyLoading}"> (leave the dataTable content in place)
Activity
Field | Original Value | New Value |
---|---|---|
Attachment | dataTable.xhtml [ 15587 ] |
Assignee | Ken Fyten [ ken.fyten ] |
Assignee | Ken Fyten [ ken.fyten ] | Arturo Zambrano [ artzambrano ] |
Fix Version/s | 3.4 [ 10770 ] | |
Assignee Priority | P1 [ 10010 ] |
Salesforce Case Reference | 5007000000UaCTLAA3 |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #37336 | Thu Aug 08 10:35:56 MDT 2013 | art.zambrano | |
Files Changed | ||||
![]() |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Fix Version/s | EE-3.3.0.GA_P01 [ 11174 ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Fix Version/s | 4.0 [ 11382 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Composite Component for testing