> then when I construct the page containing this modalwindow, I also will
> construct the modalwindow content, but the user can just decide to not
> to click on this link, so skip the modal, and then I have an unnecessary
> constructed panel.

Yeah.. you can construct panel in onClick before .show();

Also make note that you can re-use same modal window with various
different content always using setContent or setTitle on-fly.

**
Martin
>
> Thanks,
> Peter
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to