Hi All,
We have custom search application where search criteria is on the above frame and lower frame displays search result. We have customized Advance search component.
I have a requirement like this -
- User search for documents based on one metadata called Metadat1 and enters value XXXX for example.
- Based on user input system displays 35 records in 4 pages with 10 records per page.
- User modifies Metadat1 in edit page as YYYY of a particular document which is in page no 2.
- Now, system should display the record in page no 2 instead of going to page no 1.
- Also, at the same time system should display the 34 records with 10 items per page.
For this requirement, I am calling setCompoenntJump() after user modifies in the edit page to make the search automatically based on Metadata1 value(XXXX), so that the document which has been modified will not come in the search result.
If I use ((Component)topform).setComponentReturn() then system will display all the records and it will not make search automatically again.
My question is, is there any way so that I can pass the page number as a parameter to Edit component? I am calling Edit component by right click menu option.
Regards,
Sumanta