2 Replies Latest reply on Jun 8, 2011 2:48 PM by kartheek4richfaces

    Compilation error when using UIExtendedDataTable

    kartheek4richfaces

      Compilation error when using UIExtendedDataTable:

      Error:

      cannot access org.richfaces.cdk.annotations.Attribute

          [javac] file org\richfaces\cdk\annotations\Attribute.class not found

          [javac]         UIExtendedDataTable dataTable = (UIExtendedDataTable) event.getSource();

       

       

      code:

      public void selectionListener(AjaxBehaviorEvent event) {

              UIExtendedDataTable dataTable = (UIExtendedDataTable) event.getSource();

              Object originalKey = dataTable.getRowKey();

      ...}

       

      have the same code in other class which is working just fine. Any help is appreciated.