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!

Expression Builder unable to drill down to managed bean property

ShaiNov 10 2011 — edited Nov 14 2011
I am developing a project on JDeveloper 11.1.2.

1) I have created a view scope managed bean called Test.java with x and y as bean properties and registered it with the adfc-config.xml.

2) I am trying to build a groovy expression on another Demo.jspx page and I am unable to drill down to the #{viewscope.Test.x} in the expression builder. I can drill down to #{viewscope.Test} but cannot see the x property.

I am a bit stuck on this part . Any body experienced the same problem??

Any help is appreciated.

Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 12 2011
Added on Nov 10 2011
14 comments
284 views