cancel
Showing results for 
Search instead for 
Did you mean: 

Problem using TableSorter

Former Member
0 Kudos

Hi all,

we are using TableSorter as explained here: /people/bertram.ganz/blog/2006/03/07/enhanced-web-dynpro-java-tablesorter-for-sap-netweaver-04s

but sometimes it works and sometimes it launches the next error:

EXCEPTION]

java.lang.IllegalAccessError: tried to access class es.company.wd.project.util.TableSorter$1 from class es.company.wd.project.util.TableSorter

at es.company.wd.project.util.TableSorter.(TableSorter.java:208)

and we don't what it's the problem.

We are using it in a lot of components but sometimes we have this error.

Can you help us?

Thanks in advance.

Raúl.

Edited by: Raul Rodriguez on Feb 16, 2009 1:06 PM

Edited by: Raul Rodriguez on Feb 16, 2009 1:06 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Raul,

Were you able to get this issue resolved with Table sorter for java.lang.IllegalAccessError?

Sreejith1
Contributor
Former Member
0 Kudos

Hi Raul,

Check the below link , where table sorter is explained well step by step ( look into page no 18)

thought it will be helpful for u !

Regards,

Sam Charles J.

Former Member
0 Kudos

This didn't help us.

We did all the steps and we have the same error.

Thanks anyway

Former Member
0 Kudos

Are you trying to sort a model node? They are immutable and cannot be sorted AFAIK.

Otherwise can you post your specific code (both the code in the wdDoModifyView where you set the TableSorter and the code in the Sort Action assigned to your table). Plus I assume you are using an unmodified version of the TableSorter class? Or did you create your own? If you created your own, it would be advisable to post that as well.

sanyev
Active Participant
0 Kudos

Hi Raul,

  You can try replacing your TableSorter class from the one in [Broke link removed] package. If you are trying to sort a model node then it could be a problem.

Regards,

Sanyev