I am working on a modern D2W application. Look at the enclosed screenshot. It 
shows an example of what I want to achieve manually.



I want to open such an embedded editor (for create as well as inspect tasks) 
from a hand crafted static page (there are some special requirements that 
cannot be done with a dynamically generated D2W page).

The component definition for the page CreateRequest looks as follows:
public class CreateRequest extends ERD2WPage implements EditPageInterface {

CreateRequest.html has the standard D2W PageWrapper.

Together with the following rule in user.d2wmodel, I get the page nicely shown.
100 : pageConfiguration = 'CreateRequest' => pageName = "CreateRequest" 
[com.webobjects.directtoweb.Assignment]

Now on this static page I need a standard modern button that opens the embedded 
page. The embedded page is a standard dynamic D2W page. When the user closes 
the embedded page with the equivalent of [OK] I need to act on that inside the 
static page. How would I do that? 

Thanks for your help
---markus---



 _______________________________________________
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]

Reply via email to