David, It is very difficult for me to tell what is happening without actually seen your code. If you build a simplified quick-start I might find some time and have a look at it.
Regards, Ernesto On Wed, Oct 27, 2010 at 4:58 PM, drf <[email protected]> wrote: > > Ernesto > > Thanks for your help - storing the flag in the session idea works fine, I > was doing this initially but then changed track when encountering backbutton > issues. Now that I know how to handle the backbutton correctly, this is a > better solution. > > In terms of the Dialog, I have the following issue: To the WiQuery Dialog is > added a panel with two buttons, ok and close - both close the dialog, works > fine. To test this, in the onclick event of menu items on the page I open > the dialog as in your code - great. The problem is, if I then start a wizard > (and use Ajax to place it on a panel on the page (actually, panel), in which > the menu link is on), when the dialog is opened, the buttons will not have > any effect. The dialog will remain open until clicking on the close icon in > the top right corner. However, if I do a complete refresh on the page (which > I do to change language), when the dialog is brought up again, the buttons > will work. > > Something wierd is happening, apparantly when I use Ajax to change the page > on which the Dialog is added. I know of course it hard to say much without > seeing the code, but as someone with a lot more experience of Wicket and > Ajax, are you able to give any pointers as to how to go about debugging this > kind of issue? > > I should add that doing exactly the same thing works fine when using the > standard Wicket ModalWindow. > Again, thanks a lot! > > David > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/WiQuery-Dialog-when-used-with-Ajax-tp3009441p3015645.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
