Re: using an int for a EOQualifier
Re: using an int for a EOQualifier
- Subject: Re: using an int for a EOQualifier
- From: Boris Herman <email@hidden>
- Date: Thu, 8 Dec 2005 22:09:29 +0100
Hi
I'm actually having issue using an int in a qualifier.
here probably is an easier and more elegant way but this is what I
did in the doSearch() action when I encountered the exact same problem:
String webid;
webid=(String)qryDict.valueForKey("persWebid");
if (webid!=null) { qryDict.takeValueForKey(new Integer
(Integer.parseInt(webid)),"persWebid"); }
Regards,
Boris
_______________________________________________
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