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
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
2 matches
Mail list logo