On Mon, 24 Jan 2005 20:17:12 -0800 (PST), Manisha Sathe
<[EMAIL PROTECTED]> wrote:
> I am using validator framework. But for some business logic - i need to some 
> other validation depending on some conditions.
> 
> I want to keep validation of validator framework as it is + after that i want 
> to add my own.
> 
> First of all is it possible If yes, then how ?

This has been discussed multiple times on this list.  In brief:
1) Override validate method, and call super.validate, then provide
your validation.
2) Write your own custom validator.
3)Some validations are applications of business rules, and as such may
belong in your business layer rather then in the validator framework.
for more details please search the list.

> 
> regards
> Manisha
> 
> 
> ---------------------------------
> Do you Yahoo!?
>  Yahoo! Search presents - Jib Jab's 'Second Term'
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to