You need to use ajax button to properly close the window.
Alternatively, you can put this script to your page (only for 1.3):

<script type="text/javascript">
Wicket.Window.unloadConfirmation = false;
</script>

-Matej

On Dec 3, 2007 7:48 PM, narup <[EMAIL PROTECTED]> wrote:
>
> Hello All,
>
> I am using a custom wizard in a modal window, so i have my own custom button
> bar such as next, previous, finish and cancel.
> so when i click cancel or finish. i get this alert message.
> http://www.nabble.com/file/p14136120/alert.jpeg
> if i append the javascript like this
> target.appendJavascript("window.onbeforeunload=null"); it cause the modal
> window to close but it does not do the save operation that i want to when i
> click finish button at the end.
> I tried to use the new wicket 1.3 wizard but got the same problem
> if anyone has any idea please let me know.
> Thanks
>
> --
> View this message in context: 
> http://www.nabble.com/annoying-alert-message-while-closing-modal-window-with-wizard-tf4938532.html#a14136120
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to