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
Ram,
The location of message resources file (in your case,
ApplicationResources.properties) should be defined in your
struts-config.xml. This is struts specific configurations.
You could simply put a section in your
struts-config.xml, for example:
The value of message-resources attribute 'p
You may need the mail.jar (java mail api) and activation.jar (java
activation framework).
-Original Message-
From: Raghuveer [mailto:[EMAIL PROTECTED]
Sent: 14 October 2006 14:26
To: user@struts.apache.org
Subject: Java mail
What jar file i need to use for implementing mailing for my st
3 matches
Mail list logo