ADF - Extending a VO in JDev gives runtime exception
Hi,
I am trying to update model layer by adding new fields to an existing View Object. I followed the following steps:
1. I replaced the old WSProxy.jar with the new one in model\lib.
2. Then, i created a new attribute in the VO.
3. Modified VoImpl.
4.Dragged and dropped the new data control into the jspx file, which caused corresponding change in its page def. file too.
Successful compilation. On Execution, it is giving following runtime error:
Error testing property 'inputValue' in bean of type null
Here is Code snippet : af:selectInputDate value="#{bindings.BirthDate.inputValue}"