Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ADF - Extending a VO in JDev gives runtime exception

688723Mar 3 2009
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}"
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 31 2009
Added on Mar 3 2009
0 comments
219 views