Theodore, I was having the very same issue. See thread "Why does the rule not fire???" from 30. August 2012. I could not get any formatter to work. I ended up writing my most simple custom component for dates and numbers to use in these circumstances. Should have tried do debug but there was no time then and much frustration and a custom component was the quickest way to a result.
Sorry, does not sound too promising. ---markus--- On 18.01.2013, at 16:31, Theodore Petrosky <[email protected]> wrote: > > > I have a ProjectWorkOrder to-many pwoMileStones > > I have an edit page: > > EditProjectWorkOrder > > and a rule > > 150 : (smartAttribute.className = 'com.webobjects.foundation.NSTimestamp' and > propertyKey like '*Date*') => formatter = "%m/%d/%Y" > [com.webobjects.directtoweb.Assignment] > > this rule is working fine to format the dates on EditProjectWorkOrder > > but I can not seem to target the list of pwoMileStones on its parent. > > Also, on EditEmbeddedPWOMileStone the date formats as I want. > > does this make sense to you? > > How do I target the list of pwoMileStones on the EditProjectWorkOrder so the > date will format as I want? > > Ted > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/mailinglists%40kataputt.com > > This email sent to [email protected] > _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
