Wrox Home  
Search P2P Archive for: Go

  Return to Index  

j2ee thread: Simple Bean is not working


Message #1 by "Manoj Kithany" <manojkithany108@h...> on Mon, 23 Sep 2002 14:47:44 +0000
Hello Manoj

What you are trying to do here is use locale specific 
information.
See the Java doc help for ResourceBundle.
To use this class you must have a file called 
forms_en_US.properties somewhere in your classpath from where the 
Resources (e.g message strings in various languages) will be 
loaded.
I do not see that file in your folder structure.(perhaps you 
forgot to put it there).

Hope this helps



regards
Nik

"If everything seems to be coming your way, You are probably in 
the wrong lane !".

  Return to Index