| Author |
Client side validation in JSF
|
Ahmed Shaikh
Ranch Hand
Joined: Jul 25, 2005
Posts: 51
|
|
Hi All, Any one please tell how to do client side validation in JSF without using any script(java script). I want to use client side validation in JSF Application,So, please let me know how to do client side validation in JSF. Thanx in advance.
|
 |
Gregg Bolinger
Ranch Hand
Joined: Jul 11, 2001
Posts: 15229
|
|
If you mean you don't want any javascript at all, then it is not possible. The only way to do client side anything is with javascript. If, however, you mean you don't want to write any javascript but it is ok for JSF to render it for you, then you'll need to find a JSF implementation that does that. For example, MyFaces can render pages with client side scripting among other things.
|
 |
 |
|
|
subject: Client side validation in JSF
|
|
|