Anonymous - 2011-01-27

from restful example, is there anyway to only use server side validation without putting client side validation
validator.addValidators(getComponentId(),

                 new IntegerValidator(keyText)

                         .addActionForFailure(new StyleAction("redBorder"))

         );

or it is a must pre-requisite to use serverside validation, client side validation above need to put in?