How to use WODisplayGroup
How to use WODisplayGroup
- Subject: How to use WODisplayGroup
- From: Francesco Romano <email@hidden>
- Date: Sat, 6 Dec 2008 11:56:49 +0100
Hi...
Looking in the API and in various sites I understand that WODisplayGroup could be a very useful object for managing a table..
I understand how to create it using WOLips or programmatically (I think the following rows are right..)
EODatabaseDataSource ds = new EODatabaseDataSource(session().defaultEditingContext(),_table); displayGroup.setDataSource(ds); displayGroup.fetch();
But.. I don't understand how to display data managed by my WODisplayGroup...
Somebody can explain how to do that?
Francesco
|
_______________________________________________
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