Re: WO NewBie
Re: WO NewBie
- Subject: Re: WO NewBie
- From: WELEMSKI <email@hidden>
- Date: Tue, 1 Feb 2005 07:25:56 +0000 (GMT)
- Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys
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 (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >WO NewBie (From: WELEMSKI <email@hidden>) |