EOF Boolean Qualifier
EOF Boolean Qualifier
- Subject: EOF Boolean Qualifier
- From: Kieran Kelleher <email@hidden>
- Date: Tue, 3 May 2005 10:43:48 -0400
I have been using the EOF Boolean custom attribute ( CHAR(5), "true",
"false") as described in Practical WebObjects on page 41/42.
I am struggling with the syntax required to qualify this custom
attribute type in a Fetch Specification in EOModeler. I am trying to
qualify with a constant qualifier
I've tried all of these and I get an exception error message in
EOModeler:
didRespond=true
didRespond ='true'
didRespond =java.lang.Boolean.TRUE
I have no problem in code fetching, for example this works fine as
expected:
NSArray responders = EOUtilities.objectsMatchingKeyAndValue(
ec,"EPRecipient","didRespond",Boolean.TRUE);
Is it possible to qualify this using a Boolean constant in a fetch spec?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden