1 Reply Latest reply on Oct 24, 2007 4:39 AM by petekol

    getRowData for readonly dataTable in Applay Request Values P

    petekol

      How can i turn off the step of getting data for each row for readonly dataTable in Apply Request Values Phase. It is realy not needed step that costs some time to process!!!!!!

      see
      UIDataAdaptor
      setupVariable(getVar(), attrs, localModel.getRowData());

      that gets called on ARV phase through ComponentVisitor.process()