You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Gianluca Musella <gi...@gmail.com> on 2008/12/04 17:26:22 UTC

silly problem with s:text

If I write in my jsp:

<s:text name="home.hits">
     <s:param value="principal.monthHits"/>
     <s:param value="principal.baseHits"/>
</s:text>

with in my i18n.properies:

home.hits=Foto visitate: {0}/{1}

the output in html is:

Foto visitate: 187/27.912

Is there a way to not write the .?

Thank you, guys

Gianluca