Displaying parameterized text

2009-05-11 Thread HHB
Hey, I have parameterized message in the properties file. Is there a Wicket specific component to display this parameterized text or I have to fallback to MessageFormat and Label? Thanks. - To unsubscribe, e-mail:

Re: Displaying parameterized text

2009-05-11 Thread James Carman
You can have parameterized text in your resources and you can use a StringResourceModel to render it anywhere that takes an IModelString (a Label for instance). On Mon, May 11, 2009 at 8:28 AM, HHB hubaghd...@yahoo.ca wrote: Hey, I have parameterized message in the properties file. Is there a