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, it

RE: form issue

2009-03-08 Thread Russo, Joe
tFigureType() = 0 getFirstAuthor() = d getIssueNumber() = getArchived() = on getStrKeyword() = null getStrValues() = null getBatchName() = getSortBy() = 1 -Original Message- From: Russo, Joe [mailto:rus...@cadmus.com] Sent: Sunday, March 08, 2009 1:12 PM To: Tomcat Users List Subject: fo

form issue

2009-03-08 Thread Russo, Joe
I created a When I select and deselect the checkbox I get weird behavior. The other form variables work like they should. For example, if I have in the name variable "Some Name" and then select the dropdown after the action class is called the "Some Name" text is there. When I use the drop down

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

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: character encodingg problem

2007-08-14 Thread Russo, Joe
here ms_no = '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: >

RE: character encodingg problem

2007-08-13 Thread Russo, Joe
Subject: Re: character encodingg problem -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joe, Russo, Joe wrote: > Of course, the existing data that is stored incorrectly can not be > viewed correctly. I thought by changing the filter you sent by > interrupting the charset as ISO-8859-

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 a

Encoding/Decoding

2007-07-31 Thread Russo, Joe
character set. Here are my server.xml settings: Any ideas what I am doing wrong would be greatly appreciated. Joe -Original Message- From: root [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 31, 2007 11:00 AM To: Russo, Joe Subject: <%@ page import="java.text.*" %>

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 a

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 Subject: