I would like to store this in the messages.xml file

 <message key="xmlui.RequestItem.Test1">test 1</message>
 <message key="xmlui.RequestItem.Test2">test 2</message>

And then create a string like this
    private static final Message T_Test1 =
        message("xmlui.RequestItem.Test1");

    private static final Message T_Test2 =
        message("xmlui.RequestItem.Test2");

String msg = T_test1 + "something else" + T_test2

How do can I do this?  How can I convert Message to string?

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to