You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by Apache Wiki <wi...@apache.org> on 2008/11/01 20:26:28 UTC

[Myfaces Wiki] Update of "Extensions/Validator/Client Side Validation" by GerhardPetracek

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Myfaces Wiki" for change notification.

The following page has been changed by GerhardPetracek:
http://wiki.apache.org/myfaces/Extensions/Validator/Client_Side_Validation

New page:
= Client-Side Validation Support =

== Reuse existing implementations ==
With the component initializer mechanism it's possible to join existing client-side validation mechanisms of existing component libs (if client-side validation is supported).[[BR]]
An available solution is the Trinidad Support of ExtVal. It joins the client-side validation mechanism of Trinidad based on annotations.

== Custom implementations ==
Furthermore, it's possible to implement a custom RendererInterceptor to build a custom client-side validation infrastructure.[[BR]]
(You will find a very simplified demo here: [http://code.google.com/p/os890/source/browse/#svn/trunk/java/web/jsf/extval/examples/advanced/demo_102 demo_102]. '''Please don't use the demo as final solution.''' It just illustrates the required steps to get custom client-side validation up and running. So far there is no implementation you can use as final solution.)[[BR]]
Please notify us, if you would like to publish an implementation as ExtVal add-on.