File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSF and the fly likes Client side validation in JSF Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Client side validation in JSF" Watch "Client side validation in JSF" New topic
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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Client side validation in JSF
 
Similar Threads
Issue in localising client side javasctip validation error messages of "LiveValidation" in Seam
JSF - Client Side validation
boolean need_ of_ vbscript_in_jsp()
Client side validation in JSF 2.0?
how to access values in session from javascript