Tuesday, September 11, 2012

Accessing a VO From Controller


OAApplicationModule am = 
                    pageContext.getApplicationModule(webBean);
                OAViewObject mySampleVO;
                if ((OAViewObject)am.findViewObject(" mySampleVO ") != 
                    null) {
                     mySampleVO = 
                            (OAViewObject)am.findViewObject(" mySampleVO ");
}

No comments:

Post a Comment