I implement GUI that show the list of items which are retrieved by calling WS.
The list is filled into an async table by these steps following:
- Create list data of portlet and create async table (set rows to 10)
- Create content provider of list data (select 2nd option : Select, sort, move, update and delete…)
- Drag&Drop content provider to async table
The error is when list size is greater than 10 then click to Next button, as expected the next page of result will be on screen BUT empty page is displayed, additionally click to Prev button after that the empty page is returned.
I user AG Designer 9.6
Pls help me to fix this error