Bread Crumbs in OAF pages
There is a requirement to enable Bread Crumbs on OAF pages . This was achieved using addBreadCrumb=Y and OAWebBeanConstants.ADD_BREAD_CRUMB_YES . The bread crumbs are enabled for search , create and update pages . The user can navigate to the create or update page from the search page only . Now if the user clicks on the bread crumb of the create page to navigate back to the search page , the search resutls are not refreshed as the bread crumb will store the page from where the user navigated and will not requery .
Now how can the search results be refreshed so that the user can navigate easily using bread crumbs.