WOPopUpButton
WOPopUpButton
- Subject: WOPopUpButton
- From: "SigurĂ°ur E. Vilhelmsson" <email@hidden>
- Date: Thu, 21 Jun 2007 18:15:55 +0000
Hi all,
I'm a relative newbie to the Java and WebObjects world (actually the
world of programming in general), and have been playing around with
Eclipse and WOLips, using the tutorials on the objectstyle wiki and
the excellent new tutorial by Janine Sisk. Now I'm starting to
experiment on my own. I've gone through most of Apple's materials and
Googled my brains out, but a WOPopUpButton has me stomped.
I have a model with two tables, Course and Course_description. I have
a to-one relationship in the Course table, called course_descriptions,
with a source attribute course_descriptionID in table Course, and a
destination attribute course_descriptionID in table
Course_description.
I am trying to build a form for entering new Courses, where I want to
include a WOPopUpButton where the user can select from the "name"
attributes in table Course_description to populate the
course_descriptionID in table Course.
I figure I need to build an NSArray and populate it with the values
from the Course_description table and then use that to populate the
course_descriptionID in the Course table, but exactly how to do that
is just out of my reach.
Anyone up for a little WO 101?
Best regards,
Sigurdur
_______________________________________________
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