Re: Using Convert to handle NULL values for empty Strings ""

2008-10-20 Thread Mark Thomas
;> >> I am hoping that there is a simple solution for this as I surely can't >> be the first one to pick this up. >> >> Thanks for all your support. >> Alex >> >> >> On 19 Oct 2008, at 23:41, Caldarale, Charles R wrote: >> >>>&

Re: Using Convert to handle NULL values for empty Strings ""

2008-10-19 Thread Alexander Hartner
empty string. I am hoping that there is a simple solution for this as I surely can't be the first one to pick this up. Thanks for all your support. Alex On 19 Oct 2008, at 23:41, Caldarale, Charles R wrote: From: Alexander Hartner [mailto:[EMAIL PROTECTED] Subject: Re: Using Convert to h

Re: Using Convert to handle NULL values for empty Strings ""

2008-10-19 Thread Alexander Hartner
, at 23:41, Caldarale, Charles R wrote: From: Alexander Hartner [mailto:[EMAIL PROTECTED] Subject: Re: Using Convert to handle NULL values for empty Strings "" The problem indeed does not appear in 6.0.14, however both 6.0.16 and 18 are affected by it. I wonder what has changed, and how I

RE: Using Convert to handle NULL values for empty Strings ""

2008-10-19 Thread Caldarale, Charles R
> From: Alexander Hartner [mailto:[EMAIL PROTECTED] > Subject: Re: Using Convert to handle NULL values for empty Strings "" > > The problem indeed does not appear in 6.0.14, however both > 6.0.16 and 18 are affected by it. > > I wonder what has changed, and ho

Re: Using Convert to handle NULL values for empty Strings ""

2008-10-19 Thread Alexander Hartner
This problems seems to be related to the version of tomcat being used: I came accross this post online : http://forums.sun.com/thread.jspa?forumID=427&threadID=5273588 and then tried 6.0.18 and 6.0.14. Previously I was using 6.0.16. The problem indeed does not appear in 6.0.14, however both 6

Using Convert to handle NULL values for empty Strings ""

2008-10-19 Thread Alexander Hartner
After having had the problem with null values not being returned as nulls and reading some suggestion solution I added a converter to my application. ... NullStringConverter java.lang.String class>com.j2anywhere.addressbookserver.web.NullStringConverterconverter-class> ...