The moose likes Struts and the fly likes Question on validator framework API Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Question on validator framework API" Watch "Question on validator framework API" New topic
Author

Question on validator framework API

rick collette
Ranch Hand

Joined: Mar 22, 2002
Posts: 208
Hi,
I find struts validator API comes with Struts API. But I cannot find some validator classes in that API. For example, there is a Field class under validator, but its not included in validator API. I am not sure if I cannot find or it is just not there? Thanks.
[ June 23, 2003: Message edited by: rick collette ]
Junilu Lacar
Bartender

Joined: Feb 26, 2001
Posts: 4118
    
    2

It's part of Jakarta Commons Validator
see http://jakarta.apache.org/commons/validator/apidocs/


Junilu - [How to Ask Questions] [How to Answer Questions] [MiH]
rick collette
Ranch Hand

Joined: Mar 22, 2002
Posts: 208
Thanks, Junilu:
It seems the validator API cannot be downloaded? It can only be checked online?
Originally posted by Junilu Lacar:
It's part of Jakarta Commons Validator
see http://jakarta.apache.org/commons/validator/apidocs/
 
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: Question on validator framework API
 
Similar Threads
Struts Validator Framework with non Struts Application
Action servlet not found
Struts Validator Error
Struts Tutorial needed
Struts validator with portlets