Could somebody please tell me whether I can use the following:

    <message-resources parameter="applicationresources.properties"/>

to define my applicationresources.properties file (internationlisation file) under
Struts 1.1 or if I have to use the Struts 1.0 and web.xml way of specifying
the file:

<init-param>
      <param-name>application</param-name>
      <param-value>ApplicationResources.properties</param-value>
    </init-param>

Many Thanks,
Jon.

*---------------------------------------------*
 Jonathan Holloway,               
 Dept. Of Computer Science,       
 Aberystwyth University, 
 Ceredigion,                      
 West Wales,                      
 SY23 3DV.                        
                                  
 07968 902140                     
 http://users.aber.ac.uk/jph8     
*---------------------------------------------*

Reply via email to