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 in

RE: Struts UTF-8

2006-01-16 Thread Alan Comeau
If you are using the 2.4 servlet spec it is pretty easy to use UTF-8 you need to install a servlet filter. public class ServletCharacterEncodingFilter implements Filter { private FilterConfig config; /** Creates a new instance of SetCharacterEncodingFilter */ public ServletCharacterE

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

2005-04-15 Thread Pham Anh Tuan
Just try URLEncoder class of Java. by the way, would you mind telling me the way u use " String defaultEncode = "UTF-8"; HttpServletRequest req = (HttpServletRequest) request; HttpServletResponse res = (HttpServletResponse) response; req.setCharacterEncoding(defaultEncode);

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