Hi all, I have a simple issue. I've looked through the documentation and didn't find any samples nor explanations, so I'm turning myself to you guys.
I want to internationalize my forms, so I something like this : <s:textfield id="authorSearchPost" label="<s:text name='back.comment.search.author' />" name="author"/> Unfortunately, what I see in my browser as a label is : <s:text name='back.comment.search.author' /> Why isn't it fetching my property before generating my web page ? What do I do wrong and/or what did I forget ? Thanks for your help. Matthieu