JSConfirmPanel changes?
JSConfirmPanel changes?
- Subject: JSConfirmPanel changes?
- From: Jaime Magiera <email@hidden>
- Date: Fri, 10 Oct 2008 16:03:32 -0400
Hi there,
In my continuing quest to update old code... It used to be the
JSConfirmPanel below would return back to the form and execute both
actions (its own and the underlying button). However, trying to run
the code now on WO 5.4, the form values are coming back as nil when
the action is executed.
Has something changed in Javascript or WO 5.4 along those lines? Is
there a workaround? Essentially, I'm just trying to implement a delete
confirmation.
<webobject name="ConfirmPanel">
<webobject name="DeleteFolderImageButton"></webobject><br>
</webobject>
ConfirmPanel: JSConfirmPanel {
altTag = "<hr>";
confirmMessage = "Are you sure you wish to delete the selected files?";
action = deleteFiles;
}
thanks,
Jaime Magiera
Sensory Research
http://www.sensoryresearch.net
_______________________________________________
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