RE: Tomcat5.0.28 character encodingg problem

2007-07-26 Thread Russo, Joe
I tried various ways as suggested to correct the character encoding issue. I wanted to provide another view of the output in case it may give any other suggestions. I have also tried setting the character encoding to UTF-8 in Firefox. Thanks again for any input. Joe Tried using the request

RE: Tomcat5.0.28 character encodingg problem

2007-07-25 Thread Russo, Joe
I want to thank Chris, Tim, and Nathan for your advice. I will try the suggestions and use it to come up with a solution hopefully. Thanks again. Joe -Original Message- From: Nathan Hook [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 25, 2007 2:13 PM To: users@tomcat.apache.org

Encoding/Decoding

2007-07-31 Thread Russo, Joe
: root [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 31, 2007 11:00 AM To: Russo, Joe Subject: %@ page import=java.text.* % %@ page import=java.io.* % %@ page import=java.net.* % %@ page import=java.rmi.* % %@ page import=rapidReview.core.tables.* % %@ page import=rapidReview.core.util

character encodingg problem

2007-08-13 Thread Russo, Joe
Hi, This information you provided helped me a lot. I was able to include the filter and get the correct data. The main problem I am having is the current data is basically corrupt. This is what I believe is happening: some of the data is having the wrong character encoding into the database

RE: character encodingg problem

2007-08-14 Thread Russo, Joe
= 'CAN-06-2483' -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Monday, August 13, 2007 5:24 PM To: Tomcat Users List Subject: Re: character encodingg problem -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joe, Russo, Joe wrote: Chris, Thank you very much

Encoding question

2007-08-17 Thread Russo, Joe
Just curious why it requires a filter to be used to set character encoding when it is set at the app server and form level as UTF8? What I noticed is it gets translated incorrectly from the form to the servlet. Is that correct? Is it a low level API that causes this? Thanks, Joe

RE: Newbie: Question about first Servlet

2008-04-07 Thread Russo, Joe
Try calling the servlet name instead of the class. You may need to get rid of the space in the name. -Original Message- From: Kurt L Harless [mailto:[EMAIL PROTECTED] Sent: Sunday, April 06, 2008 1:14 AM To: users@tomcat.apache.org Subject: Newbie: Question about first Servlet

null and zero issue

2009-07-17 Thread Russo, Joe
I wrote a web service component using JAX-WS API and deployed on JBoss 5.0.1 application server. And also, wrote a Soap client which sends a valid soap request to server and server executes corresponding method and returns soap response back to client but what ever parameters I included in soap,