Setting Conditionally fields mandatory
Hi,
I am working on ADF customization for making few fields mandatory based on usertype=contractor.
After doing all the changes to oracle.iam.ui.custom-dev-starter-pack.war while customizing the UI i am getting few errors. like my el expression is always returning false and javax.faces.validator.validatorexception the class oracle.iam.ui.custom.mandatory does not have the property isContractorSelected in OIM.
Below are the steps I used to deploy my application.
1. Create an ADF library JAR file from the ViewController project in JDeveloper. Right click on your ViewController project, select Deploy, and click your deployment profile name.