Skip to Content
0
Former Member
Jul 25, 2005 at 10:14 AM

How to call the validation service in webdynpro?

26 Views

Hi all,

I found in webdynpro' view controller, there is a hook method named wdDoBeforeAction:

  //@@begin javadoc:wdDoBeforeAction
  /**
   * Hook method called for additional validation of user input. <p>
   *
   * @param validation Interface for reporting validation errors
   */
  //@@end
  public void wdDoBeforeAction(com.sap.tc.webdynpro.progmodel.api.IWDBeforeAction validation)
  {
    //@@begin wdDoBeforeAction
    //@@end
  }

how to use this hook method? Could anyone give me some information about this hook method?

Thanks and Best regards

Deyang