Adam Heath wrote:
Adrian Crum wrote:
--- On Tue, 2/9/10, Adam Heath wrote:
From: Adam Heath
Subject: conversion framework oddity
To: dev@ofbiz.apache.org
Date: Tuesday, February 9, 2010, 1:12 AM
I'm trying to convert a String to a
String, using the new conversion
system written by A
Adrian Crum wrote:
> --- On Tue, 2/9/10, Adam Heath wrote:
>
>> From: Adam Heath
>> Subject: conversion framework oddity
>> To: dev@ofbiz.apache.org
>> Date: Tuesday, February 9, 2010, 1:12 AM
>> I'm trying to convert a String to a
>> String, using
--- On Tue, 2/9/10, Adam Heath wrote:
> From: Adam Heath
> Subject: conversion framework oddity
> To: dev@ofbiz.apache.org
> Date: Tuesday, February 9, 2010, 1:12 AM
> I'm trying to convert a String to a
> String, using the new conversion
> system written by Adrian. T
I'm trying to convert a String to a String, using the new conversion
system written by Adrian. This fails, due to it's use of a static
NullConvertor, that always returns Object for the source and target
classes.
I see that this NullConvertor is used to provide for pass-thru style
conversions, but