;>
>> 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:
>>
>>>&
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
, 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
> 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
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
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>
...