4 Replies Latest reply on Sep 12, 2007 3:26 PM by kimlord

    Override EntityHome update not working

    kimlord

      I am trying to override the update method of an EntityHome object that was created using generate-entities. I have the following:

      @Override
       public String update() {
       String retval = super.update();
       return retval;
       }


      I have also added the following to the associated page.xml for the edit:
      I have set a breakpoint in this method but it never gets hit.
      <begin-conversation join="true" flush-mode="MANUAL"/>


      Does anyone know what I am doing wrong. Ultimately, I want to call another method after the super.update which is why I want to override this method.

      Thanks,
      Kim