Details
-
Type: Improvement
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 3.0.1
-
Fix Version/s: 3.1.0.BETA2, 3.1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Icefaces 3.1.0.ALPHA1 at Williams.
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial
Description
When using the GroupBy attribute of the ace:column without the sortBy attribute, a null pointer exception is thrown. The groupBy should be used for sorting when the sortBy is not present.
Specifically, when a column is specified in the groupBy, then no sorting controls should be rendered, and a sort is implied.
It's not clear how the sort order will be determined, and clearly the user will not be able to change the sort order used by the grouping directly with this change.
Specifically, when a column is specified in the groupBy, then no sorting controls should be rendered, and a sort is implied.
It's not clear how the sort order will be determined, and clearly the user will not be able to change the sort order used by the grouping directly with this change.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #29341 | Wed Jun 06 12:17:48 MDT 2012 | nils.lundquist | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/dataTable/dataTableGrouping.xhtml
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #29151 | Tue May 22 15:17:40 MDT 2012 | nils.lundquist | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/column/Column.java
|