Jesse Glick <[EMAIL PROTECTED]> wrote: > Note that I initially tried to keep code-level compatibility, for > what it's worth, but IntrospectionHelper does not seem to be happy > with the overload; it reports the type as String, I think.
probably because the one using a String argument is the second one it sees. Both setWhenempty methods fit its view of attribute setters and the last one encountered wins. Would be hard to find a heuristic to decide which setter to actually use - so an arbitrary choice (the last one wins) is probably as good as any other. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
