site_archiver@lists.apple.com Delivered-To: webobjects-dev@lists.apple.com Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=Ty2xwfTbavwoOjbNcKVtC+OmThp7lDroumwqJ8m1y0qYYjCRvM62aUNW6Oh83VTDwiRQXabBbtAeRHd+0sHtuXPDXW3FWDRBzcBUGHfWB9QwSxu5QHyxGqhI3SWDSF06vZEvdc8iEVk79md6scw5BPTPv/FG2DhL/+cd6WsMLvg= ; Anyways many thanks to all who replied.... I got already... my problem was solved thanks to the book that my friend downloaded... its called "Java for WebObjects Developers" although its not something that I can understand easily, well anyhow it helped me solved my problems... here is my code: -----------------start--------- public WOComponent keyAction() { NSMutableDictionary myD=new NSMutableDictionary(); EOEditingContext myCont=session().defaultEditingContext(); myD.setObjectForKey(keyID,"myID"); NSArray statID=EOUtilities.objectsMatchingValues(myCont,"T_TEST",myD); if(statID.count()>=1) { myTable=(T_TEST) statID.objectAtIndex(0); keyResult=myTable.myValue(); } return null; } ------------------end-------- no wonder why they called it web "OBJECT" he he he he he he __________________________________ Do you Yahoo!? Yahoo! Mail - 250MB free storage. Do more. Manage less. http://info.mail.yahoo.com/mail_250 _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/site_archiver%40lists.... This email sent to site_archiver@lists.apple.com
participants (1)
-
WELEMSKI