[Wicket-user] Having problems with ModalWindow and AjaxSubmitButton

2007-07-23 Thread carbonbasednerd
In my parent page I create a ModalWindow which has ajaxsubmitbuttons and works just fine. Within that modal window I have a link which will take the user to another page within the same ModalWindow. That also has AjaxSubmitButtons but they do not appear to be called. The onclick in the source

Re: [Wicket-user] Having problems with ModalWindow and AjaxSubmitButton

2007-07-23 Thread Matej Knopp
Are you sure the form validates right? -Matej On 7/23/07, carbonbasednerd [EMAIL PROTECTED] wrote: In my parent page I create a ModalWindow which has ajaxsubmitbuttons and works just fine. Within that modal window I have a link which will take the user to another page within the same

Re: [Wicket-user] Having problems with ModalWindow and AjaxSubmitButton

2007-07-23 Thread carbonbasednerd
That was the issue. Which is odd - really wasn't anything to validate. To test I had overridden the validate method on the form and did nothing with it and now it works. thanks for the help. Matej Knopp-2 wrote: Are you sure the form validates right? -Matej On 7/23/07,