See

https://cwiki.apache.org/WICKET/modal-windows.html

Opening a modal window on page load (no AJAX involved)Regards.

Melinda

On Wed, May 16, 2012 at 4:21 PM, toytown <[email protected]>wrote:

> I would like to show the modal window without using a AjaxRequestTarget
>
>
>                add(newAjaxFallbackLink<Void>("localAreaSelection") {
>
>                        private static final long serialVersionUID =
> 5507632714061994338L;
>
>                        @Override
>                        public void onClick(AjaxRequestTarget target) {
>                            modalWindow.show(target); <--- do not want ajax
> target
>
>                        }
>                });
>
> Is there a way to show ModalWindow unlike in the above code
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Modal-Window-without-ajaxTarget-tp4641432.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to