HI All:
Our requirement is to refresh the pagewhen value is entered in a MessageLovInput Filed named Applicant's Nationality.We are trying to achieve it by the below code:-
OAMessageLovInputBean tf1;
tf1 = (OAMessageLovInputBean)webBean.findIndexedChildRecursive("OfferDetailsFlex15");
tf1.setFireActionForSubmit("xxApplNationality", null, null, true);
But the above code is throwing an error in Jdeveloper itself telling the method setFireActionForSubmit is not avaliable. The same piece of code is working fine MessageTextInputField.
We are struck on this. Any help on this will be highly appriciated.
Regrds,
Dinesh Nair
