Search This Blog

Thursday, 4 April 2013

Make Page Readonly


Make Page Readonly



import com.oaframewrok.toolkit.util.webBeanUtil

In Process Request:
After super.processFormRequest(pageContext,webBean)
WebBeanUtil.setViewOnlyRecursive(pageContext,webBean);

No comments:

Post a Comment