Re: Example of ModalWindow misleading

2009-05-31 Thread Live Nono
done : https://issues.apache.org/jira/browse/WICKET-2295 nono 2009/5/28, Igor Vaynberg igor.vaynb...@gmail.com: yes -igor On Thu, May 28, 2009 at 3:09 AM, Live Nono liven...@gmail.com wrote: Should I open a jira for this ? 2009/5/21 Matej Knopp matej.kn...@gmail.com: I

Re: Example of ModalWindow misleading

2009-05-28 Thread Live Nono
Should I open a jira for this ? 2009/5/21 Matej Knopp matej.kn...@gmail.com: I think modal window example could be fixed by using getPageReference() to pass page reference between pages instead of page instance. -Matej On Wed, May 20, 2009 at 10:29 PM, Martin Makundi

Re: Example of ModalWindow misleading

2009-05-28 Thread Igor Vaynberg
yes -igor On Thu, May 28, 2009 at 3:09 AM, Live Nono liven...@gmail.com wrote: Should I open a jira for this ? 2009/5/21 Matej Knopp matej.kn...@gmail.com: I think modal window example could be fixed by using getPageReference() to pass page reference between pages instead of page

Example of ModalWindow misleading

2009-05-20 Thread Live Nono
Hi The example here : http://www.wicket-library.com/wicket-examples/ajax/modal-window.1 is pretty misleading : passing components between components/page is quite broken as can be seen in the past discussion on the mailing list (serialization issue can arise and makes both sides using different

Re: Example of ModalWindow misleading

2009-05-20 Thread Martin Makundi
http://www.wicket-library.com/wicket-examples/ajax/modal-window.1 is pretty misleading : passing components between components/page is quite broken as can be seen in the past discussion on the mailing list (serialization issue can arise and makes both sides using different references of the

Re: Example of ModalWindow misleading

2009-05-20 Thread Matej Knopp
I think modal window example could be fixed by using getPageReference() to pass page reference between pages instead of page instance. -Matej On Wed, May 20, 2009 at 10:29 PM, Martin Makundi martin.maku...@koodaripalvelut.com wrote: