Client Side Validation using a pure JSF Only Application

2004-09-29 Thread babloosony
Hi All, There is a pure web application that uses only jsf as model, view, controller. How do we achieve a reusable client-side validations framework likes Struts's validator framework ? Any ideas on how we do a clientside validation in a pure jsf application ? Thanks Regards, Kumar.

RE: Client Side Validation using a pure JSF Only Application

2004-09-29 Thread Prasad, Kamakshya
, September 29, 2004 3:27 PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Client Side Validation using a pure JSF Only Application Hi All, There is a pure web application that uses only jsf as model, view, controller. How do we achieve a reusable client-side validations framework likes

Re: Client Side Validation using a pure JSF Only Application

2004-09-29 Thread Duncan Mills
Check out the Oracle Faces components set which you can get an Early Access version of from: http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/jsf/index.html This implemenation has client side validators built-in Regards Duncan Mills babloosony wrote: Hi All, There