What does your attempt to use the pattern look like? Did you apply the pattern inside addedToParent()? If so, what is the full code of addedToParent()? Did you apply the pattern after super.addedToParent()?
-Alex On 4/18/17, 1:41 AM, "jus...@classsoftware.com" <jus...@classsoftware.com> wrote: >Hi, > >> It looks to related to a bug in getBeadByType. > >And the reason for that is the addBead call to add DateFormatDDMMYYYYBead >is called after DateField addedToParent is called Or if you prefer at the >time addedToParent is called the beads have not been added so it will add >the one defined in the CSS. Only the first iFormat bead will have an >effect. > >Thanks, >Justin