One thought on this is do you have a matching getter called
getEducationFormatString()? I'm pretty sure we look for a get* when
introspecting the metadata. It is how it was setup years ago by the
original Mach-II developers so changing it to look for setters as well I
believe would break backwards compatibility. Also we don't walk the
inheritance chain of the component either so if the getter is inherited
-- it's won't get picked up either. We may have to consider and walk
the inheritance chain though.
.pjf
Mike Rogers said the following on 11/07/2009 02:15 PM: