even if you don't use setcookiename at all? try not setting anything related
to a cookie...

this is how i do it and it works:
        reportModalWindow = new ModalWindow("reportWindow");
        reportModalWindow.setInitialHeight(410);
        reportModalWindow.setInitialWidth(750);
        reportModalWindow.setMinimalHeight(410);
        reportModalWindow.setMinimalWidth(750);
        return reportModalWindow;


On Sun, May 4, 2008 at 1:39 PM, Mathias P.W Nilsson <[EMAIL PROTECTED]>
wrote:

>
> No it does not work. I have looked in the source code as well but to see
> if
> I'm doing something wrong but I still get default height and width that is
> set in the source.
> --
> View this message in context:
> http://www.nabble.com/Modal-window-and-height-tp16960447p17044911.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to