Use the <set> operator to copy the text to a new field, then use that field for 
display.

-Adrian


--- On Sun, 6/29/08, Bruno Busco <[EMAIL PROTECTED]> wrote:

> From: Bruno Busco <[EMAIL PROTECTED]>
> Subject: How to include parameters into UiLabels strings?
> To: dev@ofbiz.apache.org
> Date: Sunday, June 29, 2008, 1:47 AM
> Hi,
> I am trying to add the following UiLabel that includes some
> parameters
> 
>     <property
> key="ProductOnlyShowingFirstN">
>         <value xml:lang="en">NOTE: Only
> showing the first ${viewSize} of
> ${listSize} products. To view the rest, use the Products
> tab for this
> category.</value>
>         <value xml:lang="it">NOTA: Sono
> elencati solo ${viewSize} di
> ${listSize} prodotti. Per visualizzare gli altri, usa il
> pannello Prodotti
> di questa categoria.</value>
>     </property>
> 
> I would like to use it in miniproductlist.ftl to replace an
> english constant
> text.
> Unfortunately I see that the parameters ${viewSize} and
> ${listSize} are not
> rendered as expected but the whole string is displayed as
> it appears in the
> UiLabel.xml file.
> 
> What is the correct way to display parametrized labels?
> 
> Many thanks,
> Bruno


      

Reply via email to