• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Validator Framework with Servlets?

 
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!
I've been using the validator Framework that came with struts for struts work. A coo-worker is working on an application using Servlets/Jsp and wants to do something that I know the validator framework does. I know that this framework is able to be used on other things besides struts, but I haven't had any luck finding examples of its use with Servlets/Jsp. Anyone know where I could look or have a simple example? Thanks for any help!!

-Nate
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have you tried the validator site?
http://jakarta.apache.org/commons/validator/
 
Nate Leech
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes I checked there first, I could not find anything on the subject.

Am I not looking hard enough?
 
Ben Souther
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Maybe, but it would be understandable.

This Google search:
http://www.google.com/search?hl=en&q=site%3A+jakarta.apache.org+validator+example&btnG=Google+Search

yielded:
http://struts.apache.org/userGuide/dev_validator.html

It would be nice if there was a link to this guide on the validator site.
Maybe it's there and we're both missing it.
 
Nate Leech
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Right, that's a good example for someone using struts. I'm looking for one that shows a way to use it with only jsp/servlets.

Looking back on my post, I can see how I could have been misunderstood, sorry about that.

-Nate
 
Ben Souther
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I didn't look at that one long enough to realize it was struts specific.
reply
    Bookmark Topic Watch Topic
  • New Topic