Hello all, Can anyone please tell me ho to override the validator for the required field. Instead of using required="true" I want to implement my validator for checking it.
Paul Morano
Greenhorn
Joined: Oct 08, 2002
Posts: 8
posted
0
One way I've done this is to create a validate() method in your backing bean which can be called when the page posts. [ February 26, 2008: Message edited by: Paul Morano ]
Bear Bibeault
Author and opinionated walrus
Marshal