Re: D2W Enum Query

2014-07-30 Thread Timothy Worman
Ah, for the love of….. :-) Of course all of the rules above and below are correct. That fixes it. Thanks! Tim On Jul 30, 2014, at 7:12 PM, Theodore Petrosky wrote: > I thought propertyKey had a capital K. > > > On Jul 30, 2014, at 9:36 PM, Timothy Worman wrote: > >> D2W’ers: >> >> I’ve s

Re: D2W Enum Query

2014-07-30 Thread Theodore Petrosky
I thought propertyKey had a capital K. On Jul 30, 2014, at 9:36 PM, Timothy Worman wrote: > D2W’ers: > > I’ve set up a custom component for querying an enum attribute (thanks to > Ramsey for some good ideas and Ponder). I’ve got a rule that indicates that > this component should be used when

D2W Enum Query

2014-07-30 Thread Timothy Worman
D2W’ers: I’ve set up a custom component for querying an enum attribute (thanks to Ramsey for some good ideas and Ponder). I’ve got a rule that indicates that this component should be used when querying my entity. It looks like this: 100 : (task = 'query' and entity.name = 'KeyCheckout' and prop

Re: ERXEOControlUtilities usage and Scala

2014-07-30 Thread Schoenenberger Dominique
I’m quite interested to use Scala inside my WebObjects applications but after some problems with Eclipse, I’ve restricted it to the tests. Could you give me more information how you manage the use WebObjects collections and conversions ? Which part of WebObjects do you think is more appropriat