Hello
more than 6 years ago I worked last time with
JSF 1.2. At this time the default validation mechanism just happened at the server and not a the client. If someone would like to add an additional client-side validation through Ajax, he was responsible to implement it on his own. Is this with JSF 2.0 still the case, or is there something like an automated client-side validation that would also generate this JavaScript code? Finally this would mean from my understanding that the same checks would executed twice (at client- and at server-level).
Regards,
Christian