Re: NullPointerException in while initializing message resource

2006-04-05 Thread Ramkumar Krishnan
Hi Ganesh, thanks for your reply. But my properties file is directly under the WEB-INF/classes folder, not under any package. regs, Ramkumar On 4/4/06, RathinaGanesh MeenakshiSundaram <[EMAIL PROTECTED]> wrote: > > Hi, > > You should specify the full package location of the message-resour

Re: NullPointerException in while initializing message resource

2006-04-04 Thread RathinaGanesh MeenakshiSundaram
Hi, You should specify the full package location of the message-resource file.. The parameter should be like this.. Hope this helps..! Thanks, Ganesh. On 4/4/06, Ramkumar Krishnan <[EMAIL PROTECTED]> wrote: > > Hi All, > I am getting Null PointerException when i tried to view my login page.