Sunday, 4 March 2012

How you will make available any Message Resources Definitions file to the Struts Framework Environment? | Java Structs

Message Resources Definitions file are simple .properties files and these files contains the messages that can be used in the struts project. Message Resources Definitions files can be added to the struts-config.xml file through < message-resources / > tag. Example: < message-resources parameter= MessageResources / >

No comments: