OIM Catalog - overiding CatReqBean.searchCatalogActionListener
996879Mar 14 2013 — edited Oct 24 2013Hi,
I'm trying to override the search-"button" on the catalog-page in OIM 11G R2. I'm following the example described here:
[30.10.5.7 Overriding the Submit Button in Request Catalog|http://docs.oracle.com/cd/E27559_01/dev.1112/e27150/uicust.htm#BABHIGFA]
My problem is that I can't get it to work. :-) I create the bean, put it in oracle.iam.ui.custom-dev-starter-pack, deploy it to OIM, verifies that I'm able to call methods on the bean. Everything is OK.. (Apparently:-S). But if i try to change the Action Listener of the commandimagelink to +#{catalogResolverbean.searchCatalogActionListener}+, it says unexpected error and the change is not saved(When I press OK on the properties-page of the commandimagelink)
What am I missing here?
The code within the mehod searchCatalogActionListener is currently empty. But I have also tried to have some code in there(Calling the original listener). Same results
/**
* @param e
*/
public void searchCatalogActionListener(ActionEvent e) {
}
Regards,
Kenneth