S
sarath
I have a swings application, which includes a lot of validations in
the client side. When ever I add a new functionality to the same, some
of the validations in the applications breaks.
I am looking for validation method like in struts, where we can
mention all the validation scenarios in an XML or a config file, and
the validation happens as mentioned in that file.
It requries that the validations should be done in the client side
rather than the server side (Like in ActionForm in struts)
Is it possible to have such an approach?
Can I use ActionForm itself in some way for the same?
Regards
Sarath
the client side. When ever I add a new functionality to the same, some
of the validations in the applications breaks.
I am looking for validation method like in struts, where we can
mention all the validation scenarios in an XML or a config file, and
the validation happens as mentioned in that file.
It requries that the validations should be done in the client side
rather than the server side (Like in ActionForm in struts)
Is it possible to have such an approach?
Can I use ActionForm itself in some way for the same?
Regards
Sarath