Hello,

i would like to display in a multi language page a select field where
you choose your gender.

in my action i define the list with the translation keys:
gender = new HashMap<Integer, String>();
gender.put(0, "user.gender.female");
gender.put(1, "user.gender.male");

the jsp contains:
<s:select key="user.gender" name="user.gender" list="gender"
value="%{getText()}" />

the dropdown field is created properly - nearly. The translation keys
"user.gender.female" are not translated the field shows the translation
key.

I do STFW myself and i have found nothing about. But i can't be alone
with that problem?

TIA
Daniel

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to