Thanks for the reply Volker!
I was able to get rid of that error. But when I click on a column name it doesnt do anything. The _javascript_ console shows the following:

Error: clear_joblistForm is not defined
Source File: http://localhost:8080/faces/jobs.jsp
Line: 1

Another thing is I am using Tomahawk libraries with JSF RI and not MyFaces. Is that a problem?

Thanks
-M

Volker Weber <[EMAIL PROTECTED]> wrote:
Hi,

Meghana wrote:
>
> Collections.sort(dataModel.getRowData(), comparator);

You can't sort a single row, this is what dataModel.getRowData() returns.
Try somthing like
Collections.sort((List)dataModel.getWrappedData(), comparator);


Regards,
Volker

--
Don't answer to From: address!
Mail to this account are droped if not recieved via mailinglist.
To contact me direct create the mail address by
concatenating my forename to my senders domain.


Blab-away for as little as 1ยข/min. Make PC-to-Phone Calls using Yahoo! Messenger with Voice.

Reply via email to