• 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

Form processing using register.java but it doesn't show my hashmap errormessages

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I'm having trouble showing my errormessages for my registration form. I just don't see why the <%= regform.getErrorMessage("userName") %> doesn't show my error. What should I change?
If I enter correct information, it processes as it should, so there is nothing wrong with the form nor the bean. It's just the errormessages which won't show...
Register.java


index.jsp:


I really hope you can help me solving this problem.

Thanks,

Hadez
 
reply
    Bookmark Topic Watch Topic
  • New Topic