Hi
I have added TableSorter.java class in Source folder of One Develop Component and implemented the code to sort the table.It is working fine Locally.
While I am trying to checkin in NWDI it is throwing error messages like
location: package tests
private com.sap.tc.webdynpro.tests.utils.TableSorter _tableSorter;
^
/usr/sap/GJ0/JC00/j2ee/cluster/server0/temp/CBS/149/.B/21713/t/47794B28F57C19FA453190A8074C0706/gwd/packages/com.sap.tc.webdynpro.tests.utils.TableSorter/TableBasketView.java :1851: cannot resolve symbol
symbol : class TableSorter
location: package tests
public com.sap.tc.webdynpro.tests.utils.TableSorter getTableSorter() {
^
/usr/sap/GJ0/JC00/j2ee/cluster/server0/temp/CBS/149/.B/21713/t/47794B28F57C19FA453190A8074C0706/gwd/packages/com.sap.tc.webdynpro.tests.utils.TableSorter/TableBasketView.java :1859: cannot resolve symbol
symbol : class TableSorter
location: package tests
public void setTableSorter(com.sap.tc.webdynpro.tests.utils.TableSorter value) {
^
/usr/sap/GJ0/JC00/j2ee/cluster/server0/temp/CBS/149/.B/21713/t/47794B28F57C19FA453190A8074C0706/gwd/packages/com.sap.tc.webdynpro.tests.utils.TableSorter/TableBasketView.java :1886: cannot resolve symbol
symbol : class TableSorter
location: package tests
this._tableSorter = (sap.tc.webdynpro.tests.utils.TableSorter)value;
^
/usr/sap/GJ0/JC00/j2ee/cluster/server0/temp/CBS/149/.B/21713/t/47794B28F57C19FA453190A8074C0706/gwd/packages/sap.tc.webdynpro.tests.utils.TableSorter/TableBasketView.java:262: cannot resolve symbol
symbol : class TableSorter
location: class sap.tc.webdynpro.tests.utils.TableSorter.TableBasketView.java
wdContext.currentContextElement().setTableSorter((new TableSorter(table, wdThis.wdGetActSortPrice(), null)));
Please help me.
Thanks&Regards