show ConfirmDialog in the middle of some action/function

2010-04-15 Thread Roman Ilin
Hello dear Wicket Gurus, I'm currently rewrite one fat client java program to wicket one. And I have to say that mostly this isn't a big issue but there is one thing that I really miss in wicket. In a program is a lot of business logic there and we used ConfirmDialogs to go through branches. For

Re: show ConfirmDialog in the middle of some action/function

2010-04-15 Thread Roman Ilin
Any ideas? On Thu, Apr 15, 2010 at 1:33 PM, Roman Ilin roman.i...@gmail.com wrote: Hello dear Wicket Gurus, I'm currently rewrite one fat client java program to wicket one. And I have to say that mostly this isn't a big issue but there is one thing that I really miss in wicket. In a program

Re: show ConfirmDialog in the middle of some action/function

2010-04-15 Thread Sven Meier
Hi Roman, you'd need continuations for modal dialogs, see: https://issues.apache.org/jira/browse/WICKET-598 Sven Roman Ilin wrote: Any ideas? On Thu, Apr 15, 2010 at 1:33 PM, Roman Ilin roman.i...@gmail.com wrote: Hello dear Wicket Gurus, I'm currently rewrite one fat client java

Re: show ConfirmDialog in the middle of some action/function

2010-04-15 Thread Roman Ilin
I use current stable wicket 1.4 on JBoss. Wicket application is only small part of our EE project. So Jetty continuations isn't an option for me. On Thu, Apr 15, 2010 at 10:08 PM, Sven Meier s...@meiers.net wrote: Hi Roman, you'd need continuations for modal dialogs, see: