D2W plugging on!!
D2W plugging on!!
- Subject: D2W plugging on!!
- From: Theodore Petrosky <email@hidden>
- Date: Sun, 03 Feb 2013 18:17:58 -0800 (PST)
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@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden