/**
  * Procedure to handle form submissions for form elements in a region.
  *
  * @param pageContext the current OA page context
  * @param webBean the web bean corresponding to the region
  */
 public void processFormRequest(OAPageContext pageContext, OAWebBean webBean) {
   super.processFormRequest(pageContext, webBean);
 }