RE: Hepl need with properties file in Struts

2006-10-17 Thread Dongyi Liu
Hi there, As you can see, you have defined the firstName field in your action class: private String firstName; but in your properties file, you defined it as: userRegistration.Firstname=First Name please check your userRegistration.jsp, be sure to use userRegistration.Firstname when refer to t

Re: Hepl need with properties file in Struts

2006-10-16 Thread Li
It says that you missed key"userRegistration.firstName", but in your propertiy file, there is no such key ... :) On 10/17/06, ram001 <[EMAIL PROTECTED]> wrote: Hi In my Struts application the problem is like below javax.servlet.ServletException: Missing message for key "userRegistration.firs