Hi,

It seems that quite a lot of people are using ModalWindow lately. I just 
want to inform you that there is a bug in modal window that can cause it 
to eat all your browser's cookies. The bug is fixed in svn, but not in 
the last release (1.2.4).

Fortunately, preventing this bug is fairly easy. All you have to do is 
call setCookieName on your modal window.

So either
setCookieName(null) - if you don't want it to remember size in cookies

or

setCookieName("myModalWindowName") - if you want it to remember the size


-Matej

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to