RE: Struts UTF-8 [Off Topic for a second]

2006-01-17 Thread David G. Friedman
calendar. Regards, David -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 17, 2006 12:21 PM To: Struts Users Mailing List Subject: Re: Struts UTF-8 I went through Web Work in Action in one night. It is an easy read if you've done web development

Re: Struts UTF-8

2006-01-17 Thread James Mitchell
IL PROTECTED] Sent: Tuesday, January 17, 2006 6:06 AM To: Struts Users Mailing List Subject: RE: Struts UTF-8 Struts in action is a good book. Also professional struts. Regards Ayusman -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 17, 20

RE: Struts UTF-8

2006-01-17 Thread David G. Friedman
: Tuesday, January 17, 2006 6:06 AM To: Struts Users Mailing List Subject: RE: Struts UTF-8 Struts in action is a good book. Also professional struts. Regards Ayusman -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 17, 2006 4:35 PM To: user@st

RE: Struts UTF-8

2006-01-17 Thread Ramkumar.Sakthivel
re Ph:+ 91-80- 22086000/57596000- extn 6873 E-Mail:[EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 17, 2006 4:49 PM To: user@struts.apache.org Subject: RE: Struts UTF-8 Importance: Low Can I get the ebook for the same ove

RE: Struts UTF-8

2006-01-17 Thread garg.sandeep
Can I get the ebook for the same over internet -Original Message- From: Ayusman dikshit [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 17, 2006 4:36 PM To: Struts Users Mailing List Subject: RE: Struts UTF-8 Struts in action is a good book. Also professional struts. Regards Ayusman

RE: Struts UTF-8

2006-01-17 Thread Ramkumar.Sakthivel
Value Reduce Risk" i-flex solutions limited, Bangalore Ph:+ 91-80- 22086000/57596000- extn 6873 E-Mail:[EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 17, 2006 4:35 PM To: user@struts.apache.org Subject: RE: Struts UTF-8 C

RE: Struts UTF-8

2006-01-17 Thread Ayusman dikshit
Struts in action is a good book. Also professional struts. Regards Ayusman -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 17, 2006 4:35 PM To: user@struts.apache.org Subject: RE: Struts UTF-8 Can anybody tell me the best book to start with

RE: Struts UTF-8

2006-01-17 Thread garg.sandeep
Can anybody tell me the best book to start with struts How to proceed with using struts... -Original Message- From: Alan Comeau [mailto:[EMAIL PROTECTED] Sent: Monday, January 16, 2006 7:24 PM To: Struts Users Mailing List Subject: RE: Struts UTF-8 Should have added a filter

Re: Struts UTF-8

2006-01-16 Thread Marcio Ghiraldelli
Great, worked nicely! - Original Message - From: "Alan Comeau" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Monday, January 16, 2006 10:51 AM Subject: RE: Struts UTF-8 If you are using the 2.4 servlet spec it is pretty easy to use U

RE: Struts UTF-8

2006-01-16 Thread Alan Comeau
Should have added a filter mapping in the web.xml setCharaterEncoding StrutsActionServlet -Original Message- From: Marcio Ghiraldelli [mailto:[EMAIL PROTECTED] Sent: 16 January 2006 13:38 To: user@struts.apache.org Subject: Struts UTF-8 I am trying to use UTF-8

RE: Struts UTF-8

2006-01-16 Thread Alan Comeau
lto:[EMAIL PROTECTED] Sent: 16 January 2006 13:38 To: user@struts.apache.org Subject: Struts UTF-8 I am trying to use UTF-8 in my Tomcat 5.5 / Struts 1.2.7 app, but my form beans shows "??" chars in place of international chars. 1) My JSP's has the UTF-8 encodin

Struts UTF-8

2006-01-16 Thread Marcio Ghiraldelli
I am trying to use UTF-8 in my Tomcat 5.5 / Struts 1.2.7 app, but my form beans shows "??" chars in place of international chars. 1) My JSP's has the UTF-8 encoding declaration <[EMAIL PROTECTED] pageEncoding="UTF-8"%> 2) The Tomcat java proccess is running with UTF-8 option:

Re: Struts & UTF-8 (POST working, GET not)

2005-04-15 Thread Pham Anh Tuan
of form is mapped to bean ? regards Pham - Original Message - From: "Hond4" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Friday, April 15, 2005 4:50 PM Subject: Struts & UTF-8 (POST working, GET not) Hallo, I have fllowing problem with m

Re: Struts & UTF-8 (POST working, GET not)

2005-04-15 Thread Laurent
Hond4 wrote: > I have fllowing problem with my Struts app on Jboss. Here is my filter > String defaultEncode = "UTF-8"; > HttpServletRequest req = (HttpServletRequest) request; > HttpServletResponse res = (HttpServletResponse) response; > req.setCharacterEncoding(default

Struts & UTF-8 (POST working, GET not)

2005-04-15 Thread Hond4
Hallo, I have fllowing problem with my Struts app on Jboss. Here is my filter String defaultEncode = "UTF-8"; HttpServletRequest req = (HttpServletRequest) request; HttpServletResponse res = (HttpServletResponse) response; req.setCharacterEncoding(defaultEncode);