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
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
hi Zeeshan .
ReplyDelete1- do you use the override method only to show the the validation message ?
Hi Tokando,
ReplyDeleteTo 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
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