• 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

about resource bundle

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
iam working with resource bundle,when iam trying to retrive keys from properties file using a java file iam getting the result if i use the same codeing in servlets its giving java.lang.NullPointerException,could any one please help me to avoid my problem.

Actually i want to read username and password from property file inorder to validate the login page i.e when i enter loginname,password in login.jsp i want to check whether the entered values are matching with the values in the preoperty file.can any one suggest me whether this is the right way or not if there is any other better way please do suggest me
thanking all,
sushama.
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sounds like we should move this to the Servlets forum. I think.

It is not a J2ME question for sure.

Mark
 
reply
    Bookmark Topic Watch Topic
  • New Topic