Re: question about page variable in AjaxRequestHandler

2013-03-28 Thread Martin Grigorov
Hi, On Thu, Mar 28, 2013 at 3:54 AM, Andrew Geery andrew.ge...@gmail.comwrote: I just wanted to confirm that add(Component...) in AjaxRequestHandler will only work with (i.e., refresh) components that are on the same page as the page associated with the AjaxRequestHandler. I had a case

Re: question about page variable in AjaxRequestHandler

2013-03-28 Thread Andrew Geery
Done: https://issues.apache.org/jira/browse/WICKET-5121 Thanks Andrew On Thu, Mar 28, 2013 at 4:09 AM, Martin Grigorov mgrigo...@apache.org wrote: Hi, On Thu, Mar 28, 2013 at 3:54 AM, Andrew Geery andrew.ge...@gmail.comwrote: I just wanted to confirm that add(Component...) in

question about page variable in AjaxRequestHandler

2013-03-27 Thread Andrew Geery
I just wanted to confirm that add(Component...) in AjaxRequestHandler will only work with (i.e., refresh) components that are on the same page as the page associated with the AjaxRequestHandler. I had a case where the content of a ModalWindow was a WebPage. In the modal window, there was an