Greetings,

I have a D2W app that acts as a simple CRUD front end to a datastore supporting 
a different app.  I am working on making changes to the D2W rules, and am 
having some issues with the queryAll task.  I am sure I am just missing 
something about which key or keypath to try.


Specifically: 
1. I would like to set the default property for a given entity's query instead 
of the one D2W chooses for me in the popup.  I have tried displayPropertyKeys

45 : (task = 'queryAll' and entity.name = 'MyEntity') => displayPropertyKeys = 
("myDefaultKey", "MyOtherKey") [com.webobjects.directtoweb.Assignment]

This doesn't seem to have any effect.  I've also tried displayKeyForEntity with 
similar non-results.  I have very few rules (other than those which affect 
navigationState) so it doesn't appear that I have a higher valued rule.

2. I would also prefer to use "like" instead of <, >, <>, = etc. for string 
based properties

I vaguely remember that the last one of these posed some problems and may not 
be easily accomplished via rules, but I could not find the old email about it.

Any insight would be greatly appreciated.

Thanks
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to