editable or not editable attribute of a View Object
666879Jan 17 2013 — edited Jan 31 2013JDeveloper Studio Edition Version 11.1.2.2.0
My condition is similar to one of the ADF insider articles, Setting a Row as non editable based on a value (http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/ADF_Insider_Essentials/NonEditableRow/NonEditableRow.html)
except my attributes are editable based on results from another VO. What is the good practice here? Should I call the other VO from the VO where I am overriding isAttributeUpdateable? How do you call one VO from another? Through AppModule?