2008/6/27 Lukasz Lenart <[EMAIL PROTECTED]>: > Right now, I don't have any other suggestions, I will try to test > something like you during weekend, maybe then I will come back to you > with some idea ;-) >
Thanks Lukasz! What I just did---and it worked---was to remove the abstract property setter from the abstract generified parent class. While the abstract getter is essential in the abstract parent (because used by other methods in the parent), the setter was not. (I should have seen that one earlier!!!) In other words, at my end, the pressure's off my back. Though I am still puzzled by the fact that the presence of an explicit converter wouldn't have solved the situation...