Re: Using a WOTable
Re: Using a WOTable
- Subject: Re: Using a WOTable
- From: Greg Hulands <email@hidden>
- Date: Wed, 5 May 2004 12:03:35 +1000
Thanks to all who replied. It turns out this is exactly what I was
after.
You guys are great!
On 05/05/2004, at 11:51 AM, Goh Keng Boon wrote:
Suppose you have a this :
A table called user and a generated java class user.java
- Fetch all content into an NSArray userList
- declare this anUser = new user();
- bind userList to list and anUser to item
- place WOString in the repetition row, bind anUser.firstname to the
WOString , bind anUser.secondname to another WOString of another table
column. In this case you can determine which column display what info.
hope this is what you looking for.
cheers.
KB
Hi,
This may sound like a silly question, but how do I use a WOTable?
I cannot find any tutorials on wodev.com, etc. I do not know how it
works so this maybe my problem.
If I bind a list and an item to it, how does it know which columns to
display? Is there some sort of delegate that gets called to provide
this data?
Any help is greatly appreciated.
Regards,
Greg
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev Do not post
admin requests to the list. They will be ignored.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.