OK -
Let's see.
1) I am successfully using an AjaxGrid to show my list of FestivalArtists
2) In that AjaxGrid I have a CellComponent that controls whether to remove the
item (it works) or to popup and editor (that doesn't)
3) Following Component Nestings
EditFestival
AjaxModalDialog (the one I want to pop)
form to render
/AjaxModalDialog
FestivalArtistGrid
FestivalActionCell
AjaxModalDialogOpener (this references the
above AjaxModalDialogID)
Cells's bindings:
EditFestivalArtistOpener: AjaxModalDialogOpener{
label = "View/Edit1";
dialogId = "AdminEditFestivalArtistDialog";
action = selectFestivalArtistToEdit;
title = "Edit Festival Artist";
}
AjaxModalDialog bindings:
FestivalArtistEditorDialog: AjaxModalDialog {
pageName = "AdminEditFestivalArtist";
id = "AdminEditFestivalArtistDialog";
showOpener = false;
transitions = false;
locked = true;
title = "Review Artist";
width = -1;
onClose = updatePage;
}
Does this make sense?
Thanks
_______________________________________________
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]