RE: Problem with s:text expansion...

2009-07-20 Thread Martin Gainty
nt obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > From: pe...@josh.se > To: user@struts.apache.org > Date: Mon, 20 Jul 2009 16:21:18 +0200 > Subject: Problem wit

Problem with s:text expansion...

2009-07-20 Thread Peter Björkman
Hi! I have an annoying problem with s:text expanding my named resources from the stack. Example: : The desired behavior is that s:text should print the localized text with the key "user.description" and s:property should print the value of user.getDescription() found on the stack.

silly problem with s:text

2008-12-04 Thread Gianluca Musella
If I write in my jsp: 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