This did not work. Doesn't paramerterize return Message type?  This is
what I did:
in messages.xml

 <message key="xmlui.RequestItem.TokenMessage1">If you are the author
or author representative for {0}</message>

in aspects:

    private static final Message T_TokenMessage1 =
        message("xmlui.RequestItem.TokenMessage1");

        String test = T_TokenMessage1.parameterize("");

Thank you!

On Thu, Oct 3, 2013 at 3:11 PM, helix84 <[email protected]> wrote:
> <message key="xmlui.RequestItem.Test1">test {0}</message>
>
> String msg = T_test1.parametrize("something else");
>
>
> http://demo.dspace.org/javadocs/3/apidocs/org/dspace/app/xmlui/wing/Message.html
>
>
> Regards,
> ~~helix84
>
> Compulsory reading: DSpace Mailing List Etiquette
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to