Re: charset problem in java beans

2001-12-13 Thread yilmaz
: Thursday, December 13, 2001 10:51 AM Subject: Re: charset problem in java beans In Tomcat4, you can use the new Servlet 2.3 call request.setCharacterEncoding(). If you do this before calling any of the request.getParameter() type calls, Tomcat will do the translation for you. -- To unsubscribe

Re: charset problem in java beans

2001-12-12 Thread yilmaz
thanks Craig, Craig wrote : It sounds like you might be working too hard :-). how did you understand? :) Internally, Java keeps all String values in Unicode. When you actually write the response, it will be converted according to the character encoding you specify on the page.

Re: charset problem in java beans

2001-12-12 Thread Micael Padraig Og mac Grene
At 07:23 PM 12/12/01 +0800, you wrote: thanks Craig, Craig wrote : It sounds like you might be working too hard :-). how did you understand? :) Sounds as it fhe problem is either related to Geary's new book on taglibs or something similar. I don't know the history, but his critical

Re: charset problem in java beans

2001-12-12 Thread Craig R. McClanahan
: Wed, 12 Dec 2001 19:23:33 +0800 From: yilmaz [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: charset problem in java beans thanks Craig, Craig wrote : It sounds like you might be working too hard :-). how did you

Re: charset problem in java beans

2001-12-12 Thread yilmaz
- From: Craig R. McClanahan [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, December 13, 2001 2:20 AM Subject: Re: charset problem in java beans It's most likely an issue of where you got the data to load into your hashtable in the first place. For example, if it's

Re: charset problem in java beans

2001-12-12 Thread Craig R. McClanahan
On Thu, 13 Dec 2001, yilmaz wrote: Date: Thu, 13 Dec 2001 09:51:02 +0800 From: yilmaz [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: charset problem in java beans Okey,Craig you were right that before adding the item

Re: charset problem in java beans

2001-12-12 Thread Bryan Pieper
: On Thu, 13 Dec 2001, yilmaz wrote: Date: Thu, 13 Dec 2001 09:51:02 +0800 From: yilmaz [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: charset problem in java beans Okey,Craig you were right that before adding the item

charset problem in java beans

2001-12-11 Thread yilmaz
hi everybody, i have posted a few emails a while ago about the big5 charset support in JSP pages. Fortunately the problem is solved, i appreciae those who helped me. Now, i have a new version of this problem , and it seems it is a little bit more complicated than the previous one. The problem is:

Re: charset problem in java beans

2001-12-11 Thread Craig R. McClanahan
On Wed, 12 Dec 2001, yilmaz wrote: Date: Wed, 12 Dec 2001 11:16:00 +0800 From: yilmaz [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: charset problem in java beans hi everybody, i have posted a few emails a while ago about