cancel
Showing results for 
Search instead for 
Did you mean: 

How to call the validation service in webdynpro?

Former Member
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Check the following discussion on wdDoBeforeAction

Hope this helps.

Regards,

Vijith

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks for your nice reply.

Former Member
0 Kudos

Perform a search for "wdDoBeforeAction" here on SDN and you'll find lots of interesting articles...