Hi Norman,
I am currently using the 9.8 version and i am trying to clear the selected rows from the server side, but i could not succeeded.
Below is the code i am using to push the selected rows to the another custom ArrayList.
getPlacedOrderDetails().add((caf.war.SAGInternalSystems.wsclient.enquireecafelist.SAG_ECAFEWsEnquireECafeListStub.OrderDetails) getEnquireECafeTableProvider().getSelectedRows().
later i have used the below code to clear the selected items.
getEnquireECafeTableProvider().getSelectedRows().clear().
Unfortunately , above code throws some error as below.
UnsupportedOperationException.
Please help me out from the above error, or do we have any other way to remove the values from the selected array bean from the server side.
Thanks in advance.
#MWS-CAF-Task-Engine#webMethods#webMethods-BPMS