I have embedded a D2WList within a standard statefull component, see below
<webobject name = "PageWrapper">
<webobject name = "NewsList"></webobject>
</webobject>
PageWrapper : PageWrapper {
pageName = "News";
}
NewsList : D2WList {
list = allNews2;
entityName = "News";
}
allNews2 returns an NSArray containing news objects.
The list displays all data OK within page, BUT the inspect buttons do not
function like they would in a stand alone D2WListPage.
I'm clearly missing a step to hookup this option when embedding pages.
Can anyone point me in the right direction?
Thanks,
Mark
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]