This blog is written to help developers starting with Oracle Applications Framework Personalization and Extension.All code has been tested and working using R 12.1.1 both in development and production environment.
Total Pageviews
Wednesday, June 1, 2011
Hide a Button
OASubmitButtonBean saveT = (OASubmitButtonBean)webBean.findChildRecursive("Save1");
saveT.setRendered(true);
No comments:
Post a Comment