• 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

Validation framework not working for login screen

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am really getting frustrated in making the validation framework work for my login screen.

I have done almost all the things correctly but could not figure where i have gone wrong.
Below contain my struts-config.xml file



Below is the content of validation.xml file



next is the content of login.jsp page.

It will be great if someone could identify the mistake i have made. Currently when i click login button without entering anything in the username field nothing happens. I currently expect validation error message to be displayed for not entering the username

 
Rahul somanath
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have resolved the issue. There was a invalid <form-bean/> tag in the struts config file.
reply
    Bookmark Topic Watch Topic
  • New Topic