cancel
Showing results for 
Search instead for 
Did you mean: 

How to download ?

abhishek_malani
Explorer
0 Kudos

When I am opening above link. I would like to download WDTableSorter_NW04s.zip  from that page. But it's not able to download. Please help me out.

Accepted Solutions (1)

Accepted Solutions (1)

abhishek_malani
Explorer
0 Kudos

This is the attached Java Class which use for sorting.

Answers (1)

Answers (1)

christian_santej
Active Participant
0 Kudos
abhishek_malani
Explorer
0 Kudos

Already tried but code is showing some error in web dynpro.

abhishek_malani
Explorer
0 Kudos
abhishek_malani
Explorer
0 Kudos

As shown above image like this I am getting errors in both the classes Table sort and table helper

christian_santej
Active Participant
0 Kudos

apparently these java files contain type/cast errors. update the files accordingly to the suggestions of the NWDS quick fixes. example: add the (String[]) cast before subNodes

or

check both files and add generic types e.g: createAccessor(Collection<String> subNodes, String attributeName, boolean useVisibleText)

regards,

christian

abhishek_malani
Explorer
0 Kudos

It's not working out. When I modified all the classes according to NWDS fixes. Sorting of table giving an exception.

christian_santej
Active Participant
0 Kudos

it's hard to tell what's the problem here without details...

what kind of exception do you get? (nullpointer i assuem)

did you properly initialize the table sorter? (in the wdDoModifiy hook method of the web dynpro view and only once; firstime==true)

regards,

christian

abhishek_malani
Explorer
0 Kudos
abhishek_malani
Explorer
0 Kudos

Thanks for helping I got a Tablesorter Java class from another source...