|
Hi guys,
I have a find page with pagination working fine if there's no filter
applied. However if i search with a criteria on my filters and when i click
on any of the pagination button (i.e. next, last, previous etc) the result
will be blank.
I didn't use the performFind method in the list form as I need to use a
custom View to retrieve the result.
As i found out, the links from the next button looks like this when the
page first loaded, and it worked fine:
/customer/control/FindCustomer?VIEW_SIZE_1=10&VIEW_INDEX_1=1
If i put in a filter to filter the result, the next button link would be:
/customer/control/FindCustomer?newIc_op=contains&approvalStatus=submitted&name_op=contains&armyPoliceIc_op=contains&newIc_ic=Y&noConditionFind=Y&name_ic=Y&armyPoliceIc_ic=Y&VIEW_SIZE_1=10&VIEW_INDEX_1=1
I just wonder is there any existing forms in OFBiz that have pagination but
do not use the performFind service to retrieve the result.
The version of OFBiz for this is 10.04. Any info or opinion are greatly
appreciated.
Thanks
FooShyn
|