• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how to check fields in struts validator

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello any body can help me

i have one jsp file iam using this file for search criteria in this
page i have 3 fields id,name,status if user enters any one field
it should not ask for enter the data .if he should not enter the
data in any one field it should ask for entering the data.
iam using struts frame work,
my formbean extends ValidatorActionForm and i want to check this using
validator.xml file only how can it possible i tried using some built validation but iam not getting the result any body can give me sample validation example
thanks in advance
reply
    Bookmark Topic Watch Topic
  • New Topic