...
In order to be able to supply your JSPs with more agile messaging approach then spring's one, you may want to convert all occurrences of spring:message tag to openmrs:message. Worth to say, that this is key point if you want to provide in-line translation capabilities for your pages. To do this conversion under Unix machine you need to use replace_tags.sh script from the command like like follows:
Code Block |
---|
./replace_tags.sh /path/pointing/to/your/module/jsps/ |
...
|
Also, we will be working on providing OS-independent solution for tags conversion.
...