Hi (again),
The example I enclosed in previous mail was not good. Maybe this is better?
<formattedtextfield id="pnlDetailBasic_pidDate">
<attr name="FormatterFactory">
<attr name="class">Date
<attr name="par1">dd.MM.yy</attr>
<attr name="par2">dd.MM.yy</attr>
<attr name="par3">ddMMyy</attr>
</attr>
</attr>
<attr name="columns">10</attr>
<attr name="enabled">false</attr>
</formattedtextfield>
or even further:
<formattedtextfield id="pnlDetailBasic_pidDate">
<attr name="FormatterFactory">
<par name="class">Date
<par name="par1">dd.MM.yy</par>
<par name="par2">dd.MM.yy</par>
<par name="par3">ddMMyy</par>
</par>
</attr>
<attr name="columns">10</attr>
<attr name="enabled">false</attr>
</formattedtextfield>
Sorry about this thinking in public forum, but I can't help it.
//jarmo