| Author |
Custom validation using validation framework...
|
gopal kishan
Ranch Hand
Joined: Feb 23, 2005
Posts: 99
|
|
Hi All, I want to create a custom validation and i want to add this validation to validation-rules.xml. I want to know about the return type.. can i return String, int,anyother or it should be boolean only. please clarify thanks in advance Gopal
|
 |
Marc Peabody
pie sneak
Sheriff
Joined: Feb 05, 2003
Posts: 4725
|
|
Validation answers the question "Is this valid?" It expects boolean. It does no good to pass anything else back to the validation framework.
|
A good workman is known by his tools.
|
 |
gopal kishan
Ranch Hand
Joined: Feb 23, 2005
Posts: 99
|
|
Hi Marc, thanks for your reply. regards Gopal
|
 |
 |
|
|
subject: Custom validation using validation framework...
|
|
|