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

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

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 jtay...@oeinc.com wrote: From: Jesse Tayler jtay...@oeinc.com Subject: Re: help with D2W target

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 tedp...@yahoo.com wrote: From: Theodore Petrosky tedp...@yahoo.com Subject: Re: help with D2W target

Re: help with D2W target

2013-01-18 Thread Bastian Triller
tedp...@yahoo.com Subject: Re: help with D2W target To: Jesse Tayler jtay...@oeinc.com Cc: WebObjects Development webobjects-dev@lists.apple.com Date: Friday, January 18, 2013, 10:51 AM 2013-01-30 00:00:00 Etc/GMT that's what I get on the page. No formatting at all. this rule

Re: help with D2W target

2013-01-18 Thread Jesse Tayler
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 tedp...@yahoo.com wrote: From: Theodore Petrosky tedp...@yahoo.com Subject: Re: help with D2W target To: Jesse Tayler jtay...@oeinc.com Cc: WebObjects Development

Re: help with D2W target

2013-01-18 Thread Jesse Tayler
. 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 tedp...@yahoo.com wrote: From: Theodore Petrosky tedp...@yahoo.com Subject: Re: help with D2W target To: Jesse Tayler jtay...@oeinc.com Cc: WebObjects

Re: help with D2W target

2013-01-18 Thread James Cicenia
...@yahoo.com Subject: Re: help with D2W target To: Jesse Tayler jtay...@oeinc.com Cc: WebObjects Development webobjects-dev@lists.apple.com Date: Friday, January 18, 2013, 10:51 AM 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

Re: help with D2W target

2013-01-18 Thread David LeBer
: help with D2W target To: Jesse Tayler jtay...@oeinc.com Cc: WebObjects Development webobjects-dev@lists.apple.com Date: Friday, January 18, 2013, 10:51 AM 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

Re: help with D2W target

2013-01-18 Thread programmingosx
to target the to-many List? maybe there is something there? --- On Fri, 1/18/13, Theodore Petrosky tedp...@yahoo.com wrote: From: Theodore Petrosky tedp...@yahoo.com Subject: Re: help with D2W target To: Jesse Tayler jtay...@oeinc.com Cc: WebObjects Development webobjects-dev

Re: help with D2W target

2013-01-18 Thread James Cicenia
wrote: From: Theodore Petrosky tedp...@yahoo.com Subject: Re: help with D2W target To: Jesse Tayler jtay...@oeinc.com Cc: WebObjects Development webobjects-dev@lists.apple.com Date: Friday, January 18, 2013, 10:51 AM 2013-01-30 00:00:00 Etc/GMT that's what I get on the page

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 Jean Pierre Malrieu
List? maybe there is something there? --- On Fri, 1/18/13, Theodore Petrosky tedp...@yahoo.com wrote: From: Theodore Petrosky tedp...@yahoo.com Subject: Re: help with D2W target To: Jesse Tayler jtay...@oeinc.com Cc: WebObjects Development webobjects-dev@lists.apple.com Date: Friday

Re: help with D2W target

2013-01-18 Thread Theodore Petrosky
some more and see. Ted --- On Fri, 1/18/13, Jesse Tayler jtay...@oeinc.com wrote: From: Jesse Tayler jtay...@oeinc.com Subject: Re: help with D2W target To: Theodore Petrosky tedp...@yahoo.com Cc: WebObjects Development webobjects-dev@lists.apple.com Date: Friday, January

Re: help with D2W target

2013-01-18 Thread Ramsey Gurley
. Ted --- On Fri, 1/18/13, Jean Pierre Malrieu jp.malr...@free.fr wrote: From: Jean Pierre Malrieu jp.malr...@free.fr Subject: Re: help with D2W target To: WebObjects Development webobjects-dev@lists.apple.com Date: Friday, January 18, 2013, 5:10 PM I don't think it's the same problem you