Make sure you have the following entry in your struts-config.xml file:
<message-resources parameter="MessageResources" />
Also make sure the file
MessageResources.properties is in your WEB-INF/classes directory and that it contains the message keys you've used in your JSP.
This link has some good tips on using message resource bundles in
Struts.