Monday 18 March 2013

Make Page Readonly



import com.oaframewrok.toolkit.util.webBeanUtil

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

Download Above package from below location

http://sourceforge.net/projects/oaftoolkit/files/latest/download?source=files

3 comments:

  1. Hi.. Can u please let me know where can I get com.oaframework.toolkit.util.webBeanUtil

    ReplyDelete
    Replies
    1. Hi,
      Vamsi

      I think when you write below code (WebBeanUtil.setViewOnlyRecursive(pageContext,webBean);)
      it will ask you to press alt+enter then you can get it

      com.oaframework.toolkit.util.webBeanUtil

      Delete
    2. Hi,
      Thanks for the article.
      Downloaded the package. Now where to save this in system?

      Delete