Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.1-Beta
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces 2.1.0 Beta
-
Assignee Priority:P2
Description
If an ace:dataTable uses an ace:tooltip in an ace:column, the exported content is blank for that particular row.
-
Hide
- Case10635Example.war
- 7.39 MB
- Arran Mccullough
-
- META-INF/MANIFEST.MF 0.1 kB
- META-INF/context.xml 0.1 kB
- WEB-INF/classes/com/.../example/Item.class 0.8 kB
- WEB-INF/classes/.../example/TestBean.class 1 kB
- WEB-INF/lib/commons-beanutils.jar 226 kB
- WEB-INF/lib/commons-collections.jar 558 kB
- WEB-INF/lib/commons-digester.jar 140 kB
- WEB-INF/lib/commons-logging.jar 52 kB
- WEB-INF/lib/icefaces-ace.jar 1.43 MB
- WEB-INF/lib/icefaces-compat.jar 2.29 MB
- WEB-INF/lib/icefaces.jar 236 kB
- WEB-INF/lib/javax.faces.jar 2.48 MB
- WEB-INF/web.xml 2 kB
- welcomeICEfaces.xhtml 2 kB
-
Hide
- Case10635Example.zip
- 18 kB
- Arran Mccullough
-
- Case10635Example/build.xml 3 kB
- Case10635Example/.../ant-deploy.xml 2 kB
- Case10635Example/.../build-impl.xml 58 kB
- Case10635Example/.../genfiles.properties 0.5 kB
- Case10635Example/.../private.properties 0.5 kB
- Case10635Example/.../project.properties 3 kB
- Case10635Example/nbproject/project.xml 0.9 kB
- Case10635Example/src/conf/MANIFEST.MF 0.0 kB
- Case10635Example/src/.../example/Item.java 0.6 kB
- Case10635Example/src/.../TestBean.java 0.7 kB
- Case10635Example/web/.../context.xml 0.1 kB
- Case10635Example/web/WEB-INF/web.xml 2 kB
- Case10635Example/.../welcomeICEfaces.xhtml 2 kB
Issue Links
- depends on
-
ICE-7393 Add new ace:excludeFromExport component
- Closed
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Perhaps we need to add a helper component that could be used mark if a component that exists in an ace:dataTable column should be included in the export or not. That way apps. can use this to indicate that, for example, the ace:tooltip should not be considered as part of the export. ?