Re: NullPointerException in while initializing message resource

2006-04-05 Thread Ramkumar Krishnan
ion 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 whe

NullPointerException in while initializing message resource

2006-04-04 Thread Ramkumar Krishnan
Hi All, I am getting Null PointerException when i tried to view my login page. Struts is not able to find the message resources. This is configuration in my struts-config.xml i am getting java.lang.NullPointerException at org.apache.struts.taglib.TagUtils.retrieveMessageResources(TagUtils.java

form field is not populating immediately

2005-06-13 Thread Ramkumar Krishnan
Hi All, I have a form which has two fields.One is a string array and another field which determines the size of the first field. i have indexed methods to populate the string array. i need to initialize the string[] based on the size(another form field) when the indexed method gets invoke