• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: WO NewBie
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Prev by Date: Re: WO NewBie
  • Previous by thread: Re: WO NewBie
  • Next by thread: Re: WO NewBie
  • Index(es):
    • Date
    • Thread