| Author |
Client side validation in JSF 2.0?
|
Namitha karupaiya
Ranch Hand
Joined: Mar 10, 2004
Posts: 89
|
|
|
Are there any built-in facilities to do client side validation for JSF 2.0 components?
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14491
|
|
In an ideal world, you'd define a validator and the JSF HTML generator would generate both client and server-side validation as long as the client had JavaScript enabled and you didn't otherwise suppress that option. You don't want client-side only because of hacking considerations.
I'm not sure how closely JSF2 approaches that ideal, however.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: Client side validation in JSF 2.0?
|
|
|