Re: help with D2W target

2013-01-18 Thread Ramsey Gurley
my head on this rock. > > Ted > > --- On Fri, 1/18/13, Jean Pierre Malrieu wrote: > >> From: Jean Pierre Malrieu >> Subject: Re: help with D2W target >> To: "WebObjects Development" >> Date: Friday, January 18, 2013, 5:10 PM >> I don't

Re: help with D2W target

2013-01-18 Thread Theodore Petrosky
thank you, thank you this was the issue. and it is a ERD2WDisplayDateOrNull I can not believe I lost a whole day banging my head on this rock. Ted --- On Fri, 1/18/13, Jean Pierre Malrieu wrote: > From: Jean Pierre Malrieu > Subject: Re: help with D2W target > To: "WebObjec

Re: help with D2W target

2013-01-18 Thread Jean Pierre Malrieu
s a to-many, is there a key to target the to-many List? maybe > there is something there? > > --- On Fri, 1/18/13, Theodore Petrosky wrote: > >> From: Theodore Petrosky >> Subject: Re: help with D2W target >> To: "Jesse Tayler" >> Cc: "WebObj

Re: help with D2W target

2013-01-18 Thread Markus Ruggiero
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

Re: help with D2W target

2013-01-18 Thread James Cicenia
.cache=DEBUG >>>>> >>>>> and see the candidates and which rule gets picked. >>>>> >>>>> Am Freitag, den 18.01.2013, 08:15 -0800 schrieb Theodore Petrosky: >>>>>> I made the rule 155 and 160 priority and no change. >&

Re: help with D2W target

2013-01-18 Thread programmingosx
gt;> and see the candidates and which rule gets picked. >>>> >>>> Am Freitag, den 18.01.2013, 08:15 -0800 schrieb Theodore Petrosky: >>>>> I made the rule 155 and 160 priority and no change. >>>>> >>>>> when there is a to

Re: help with D2W target

2013-01-18 Thread David LeBer
t;> To: "Jesse Tayler" >>>>> Cc: "WebObjects Development" >>>>> Date: Friday, January 18, 2013, 10:51 AM >>>> >>>> >>>>> 2013-01-30 00:00:00 Etc/GMT >>>>> >>>>> that's w

Re: help with D2W target

2013-01-18 Thread James Cicenia
something there? >>> >>> --- On Fri, 1/18/13, Theodore Petrosky wrote: >>> >>>> From: Theodore Petrosky >>>> Subject: Re: help with D2W target >>>> To: "Jesse Tayler" >>>> Cc: "WebObjects Development" &g

Re: help with D2W target

2013-01-18 Thread Jesse Tayler
rity and no change. >> >> when there is a to-many, is there a key to target the to-many List? maybe >> there is something there? >> >> --- On Fri, 1/18/13, Theodore Petrosky wrote: >> >>> From: Theodore Petrosky >>> Subject: Re: help with

Re: help with D2W target

2013-01-18 Thread Jesse Tayler
n there is a to-many, is there a key to target the to-many List? maybe > there is something there? > > --- On Fri, 1/18/13, Theodore Petrosky wrote: > >> From: Theodore Petrosky >> Subject: Re: help with D2W target >> To: "Jesse Tayler" >> Cc:

Re: help with D2W target

2013-01-18 Thread Bastian Triller
gt; From: Theodore Petrosky > > Subject: Re: help with D2W target > > To: "Jesse Tayler" > > Cc: "WebObjects Development" > > Date: Friday, January 18, 2013, 10:51 AM > > > > 2013-01-30 00:00:00 Etc/GMT > > > > that's what I get

Re: help with D2W target

2013-01-18 Thread Theodore Petrosky
I made the rule 155 and 160 priority and no change. when there is a to-many, is there a key to target the to-many List? maybe there is something there? --- On Fri, 1/18/13, Theodore Petrosky wrote: > From: Theodore Petrosky > Subject: Re: help with D2W target > To: "Jesse

Re: help with D2W target

2013-01-18 Thread Theodore Petrosky
2013-01-30 00:00:00 Etc/GMT that's what I get on the page. No formatting at all. this rule has a priority of 150 I will push it up some more and see. Ted --- On Fri, 1/18/13, Jesse Tayler wrote: > From: Jesse Tayler > Subject: Re: help with D2W target > To: "Theod

Re: help with D2W target

2013-01-18 Thread Jesse Tayler
that rule sure looks like anytime you have a timestamp with a name including the word "Date" in there, you should get that format. did you take note of the format you DID get? did you try to raise the priority of this rule? there could easily be a rule down under that is more specific or perha

help with D2W target

2013-01-18 Thread Theodore Petrosky
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 work