I am trying to figure out more of D2W and add wocomponents into the mix so I
have a WOComponent that extends ERD2WInspectPageTemplate
and rules:
101 : pageConfiguration = 'Reports' => entity = "Product" [EntityAssignment]
101 : pageConfiguration = 'Reports' => task = "inspect" [Assignment]
101 : pageConfiguration = 'Reports' => templateNameForInspectPage = "Reports"
[Assignment]
101 : pageConfiguration like '*Reports' => navigationState = "Reports"
[Assignment]
When I select the Reports tab, my WOComponent with its text comes in.
However, if I add an AJAX modal dialog with
<webobject name = "UpdatingModalDialog"/>
and the WOD:
UpdatingModalDialog: AjaxModalDialog {
pageName = "ContentTest";
id = "UpdatingModalDialog";
title = "Confirm Deletion";
label = "Delete Account";
width = 300;
overlayOpacity = "0.5";
overlayDuration = "0.3";
slideDownDuration = "0.3";
slideUpDuration = "0.3";
}
When I click the Reports tab, my component comes in without the pageWrapper. :-(
Obviously, I need to learn more if I want to use some of the AJAXian stuff on
components.
Is this doable? Or am I barking up the wrong tree?
Ted
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]