/**
   * Layout and page setup logic for a region.
   *
   * @param pageContext the current OA page context
   * @param webBean the web bean corresponding to the region
   */
  public void processRequest(OAPageContext pageContext, OAWebBean webBean) {
    super.processRequest(pageContext, webBean);

    OAApplicationModule oam = pageContext.getRootApplicationModule();
    oam.invokeMethod("createNewBatch");
  }