mahavir Make sure the message-resources tag is in the struts-config.xml and that it refers to a file in a directory on your classpath. eg: <message-resources parameter="ApplicationResources"/>
and then have a file called ApplicationResources.properties in the WEB-INF/classes directory of your application. Chris --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

