File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSF and the fly likes sorting an adf table Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "sorting an adf table" Watch "sorting an adf table" New topic
Author

sorting an adf table

Daniel Conner
Ranch Hand

Joined: Jan 25, 2007
Posts: 47
I have an editable table with editable fields and read only fields as well. On each column I have sort set to true and the sort property set to the corresponding field. When I open the page and click on a header, one of two things happens:

1) If the column is read only(which there are two read only columns), that column will be sorted, but the whole row will not be sorted. All of the editable fields remain to be the same value as they were when the page initially opened. The names of the two read only columns are "Name" and "Description". When name is sorted, description is changed accordingly. When description is sorted, name is changed accordingly.

2) If the column is not read only, nothing happens when clicking on the header to sort it.

I checked on the internet for some resources. Frank Nimphius had posted a blog about this problem and how to fix it using business components. Im not using business components. Any help would be great. Thanks.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: sorting an adf table
 
Similar Threads
NX: [UrlyBird 1.3.1] how flexible with the data format should we be?
God I hope someone has a solution...
sorting problems in struts jsp
Sorting in JavaScript
JTabel is not getting rendered properly.