Sunday, August 14, 2011

Writing Custom JSF validator in Oracle ADF

Hi,

In this post we will see how to write custom JSF validator in ADF as well as how to validate the user input from Model layer.

Download the sample code

Watch this video for detail



Happy Jdeveloping,
Zeeshan Baig

3 comments:

  1. hi Zeeshan .
    1- do you use the override method only to show the the validation message ?

    ReplyDelete
  2. Hi Tokando,

    To use custom validator you must implement Validator interface.

    The other method i am using to call methods from data control which are exposed using Client Interface from Application Module.

    Hope it helps,
    ZB

    ReplyDelete
  3. Zeeshan, can the validator be called right after the user tabs out of the input box instead of being called on the click of submit button

    ReplyDelete