Re: [Wicket-user] Wicket ajax modal dialog

2006-02-10 Thread Eelco Hillenius
Ah, that explains it :) I've opened up an issue for working with page maps: http://sourceforge.net/tracker/index.php?func=detail&aid=1428624&group_id=119783&atid=684978 The first fix is in, but we might do some more refactoring to get things a bit more secure and strong typed before we are done.

Re: [Wicket-user] Wicket ajax modal dialog

2006-02-10 Thread Matej Knopp
Why do you think so? It is intentional. It allows you to show another modal (nested) dialog. Only thing that is a problem is that doing this several times can result in page expiration error, when returning back. Therefore I'd like to put the page in modal dialog in separate pagemap and after th

Re: [Wicket-user] Wicket ajax modal dialog

2006-02-09 Thread Eelco Hillenius
Very nice Matej. One thing: in the model window there is a 'home' link. If you click that click modal link again, you're in a mess :) Eelco On 2/9/06, Matej Knopp <[EMAIL PROTECTED]> wrote: > Hi, I've made a javascript modal dialog component (iframe based). The > demo is available on > > http://r

[Wicket-user] Wicket ajax modal dialog

2006-02-09 Thread Matej Knopp
Hi, I've made a javascript modal dialog component (iframe based). The demo is available on http://ruzin.fei.tuke.sk:8080/majcher/app if there is any interest in this, I can put it to wicket stuff (having discussed this with igor there might be a (sub)project called wicket-ajax-extensions).