Clearing Query Region
The Below code is used to clear the query Region
QueryRN : It is the Name of the Query Region.
The Below code is used to clear the query Region
OAQueryBean queryBean = (OAQueryBean)webBean.findChildRecursive("QueryRN");
queryBean.clearSearchPersistenceCache(pageContext);QueryRN : It is the Name of the Query Region.
No comments:
Post a Comment