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 protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to