Re: LookupDispatchAction and Internationalization

2006-04-05 Thread Michael Jouravlev
On 4/5/06, Karin Schellner <[EMAIL PROTECTED]> wrote: > Hi, > > I am using Struts 1.2.7 with the LookupDispatchAction and everything > works fine, as long as the labels of the buttons (=values of the keys of > the resourcebundles) are not using special characters. If there are > special characters

Re: LookupDispatchAction and Internationalization

2006-04-05 Thread Karin Schellner
Thanks for the info - I was already using a UTF-8 filter that does the following (as all my input-fields should accept special characters): - request.setCharacterEncoding("UTF8"); chain.doFilter(request, response); - but in the meantime, I