Sort not working

Hi I have a table where I have kept one field sortable.But on running the project,the sort doesn't work.What can be its reason?
[142 byte] By [Sheen] at [2007-11-26 10:39:11]
# 1

Hi,

To make a column in a table sortable, the sort option should be checked for the column. Here's how:

Right-click on the table component and from the drop down list choose Table Layout. In the Table Layout dialog, select the table column in the "Selected" list and check to see if the Sortable option is checked.

I just tried this, and it worked fine.

Rradhika at 2007-7-7 2:50:37 > top of Java-index,Development Tools,Java Tools...
# 2
Also, here's more info in the online help section on Table Layout: http://developers.sun.com/prodtech/javatools/jscreator/reference/docs/help/2upd ate1/ui_elements/dialogs/data_table_layout_db.html
Rradhika at 2007-7-7 2:50:37 > top of Java-index,Development Tools,Java Tools...