AW: i18n problem

2005-02-25 Thread Hamster
Thanks! Ok, the filter is used now, as I can see in the debugger. However, the text in the form bean still is wrong. :( I don't know what I'm missing... I know that when using WebSphere you can set client-encoding-override=utf-8, I guess this filter does the same, right? Is there more I have t

AW: i18n problem

2005-02-25 Thread Hamster
> Here is a good article which covers i18n. > http://www.javaworld.com/javaworld/jw-05-2004/jw-0524-i18n.html > For a full fledged struts application with i18n/l10n support check out > workeffort.dev.java.net Thanks, Antony, for the links. But I'm a bit confused by the article in the javaworld.

i18n problem

2005-02-25 Thread Hamster
Hello! I'm having troubles with i18n in the html form. How do I have to make the configuration for successfully getting the text in the right character encodings out of the form in the action? I found out that there is a good web site http://www.anassina.com/struts/i18n/i18n.html - but unfortuna

AW: formbean with List field

2005-02-15 Thread Hamster
Hello struts users! I still have this issue... can anyone help me with this? -- I'm wondering if I can have a formbean containing a List of Strings. Is that recognized by Struts correctly? I need that for a shopping cart implementation, where the user can modify the amount of the articles in

formbean with List field

2005-02-13 Thread Hamster
I'm wondering if I can have a formbean containing a List of Strings. Is that recognized by Struts correctly? I need that for a shopping cart implementation, where the user can modify the amount of the articles in the shopping cart. For each article should be a text field for entering a number.