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: Error with the resource file

2006-10-15 Thread Dongyi Liu
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

RE: Java mail

2006-10-14 Thread Dongyi Liu
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