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 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