Expression Builder unable to drill down to managed bean property
ShaiNov 10 2011 — edited Nov 14 2011I 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.