RE: form in UTF-8 doesn't work with weblogic

2001-03-23 Thread Moore, Mark A
ent: Thursday, March 22, 2001 3:01 PM To: [EMAIL PROTECTED] Subject: form in UTF-8 doesn't work with weblogic Hi, I have a form that is supposed to accept Japanese text. I set enctype="utf-8" but my ActionForm is not getting any of these Japanese. I'm not sure if this is a problem

Re: form in UTF-8 doesn't work with weblogic

2001-03-22 Thread Greg Murray
Hi, Is the page your submitting from encoded in utf-8? If not you may have problems. For best results you should set the encoding of the page to the same as the encoding you set using unctype. I recommend using s-jis (shift jis) which is most commonly used in Japan. UTF-8 should also work if y

form in UTF-8 doesn't work with weblogic

2001-03-22 Thread Juan Gargiulo
Hi, I have a form that is supposed to accept Japanese text. I set enctype="utf-8" but my ActionForm is not getting any of these Japanese. I'm not sure if this is a problem of WebLogic that is not parsing the request stream with the right encoding or is it that I have to implement my own multipart