• 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

why does my application not perform server side validations?

 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,I have developed this sample application for struts server side validations.But the validatsion are not performed.Can any one help me on this one?
My struts-config


My InputForm bean


validation.xml


input.jsp

ApplicationResources.properties
inputForm.userName=User Name
errors.minlength = {0} can not be less than {1}.
errors.required={0} is required.

When I submit my form,the control goes to success.jsp without performing any validation.
what could be the reason?Have I missed anything?
 
reply
    Bookmark Topic Watch Topic
  • New Topic