Unable to find component class when open custom webadi with java LOV/component defined.
@Dear All,
I 'm trying to create dependent LOV by creating java lov and component class.
I place the validator and component java file under $JAVA_TOP/xx/oracle/apps/bnelov/validator & $JAVA_TOP/xx/oracle/apps/bnelov/component. I compile these files using javac command and it success.
After that I define the java component and setup java validation on the required interface column. After restart apache, I try to open the WebADI.
But the WebADI said "Unable to find component class xx.oracle.apps.bnelov/validator/XXSupplierNumberComponent.
Do any one know what's wrong with the WebADI? I have placed the class file in required directory but seems WebADI can't find it.