Re: [Wicket-user] How to reload page from within ajax call

2006-10-17 Thread Erik van Oosten
Have you tried something like the following? new AjaxFallBackLink(id) { public void onClick(AjaxTargetRequest target) { page.replace(changedComponent); if (target != null) { target.addComponent(changedComponent); } } } Regards, Erik. De Soca schreef: Hello

Re: [Wicket-user] How to reload page from within ajax call

2006-10-17 Thread Frank Bille
Hmm, which browser(s) are you using? You could also take a look at this site to see the browsers that *has* been tested with our AJAX implementation: http://www.wicket-wiki.org.uk/wiki/index.php/FAQs#Which_browsers_have_been_tested_with_Wicket_AJAXFrankOn 10/17/06, De Soca [EMAIL PROTECTED]

[Wicket-user] How to reload page from within ajax call

2006-10-16 Thread De Soca
Hello all, I may be missing something basic, however I have a dirty flag within a page so that if the data has changed, on the next request the page is refreshed. The link clicked is an Ajax link within the AjaxTabbedPanel. Everything else works fine. I have tried the following: 1.

Re: [Wicket-user] How to reload page from within ajax call

2006-10-16 Thread Igor Vaynberg
what version of wicket are you using? i thought we added support for setResponsePage() from an ajax call in 1.2.2, but maybe im wrong and it will be in 1.2.3-IgorOn 10/16/06, De Soca [EMAIL PROTECTED] wrote: Hello all,I may be missing something basic, however I have a dirty flag within a pageso

Re: [Wicket-user] How to reload page from within ajax call

2006-10-16 Thread Frank Bille
We did add support for it in 1.2.2. Is that the version you use, De Soca?FrankOn 10/16/06, Igor Vaynberg [EMAIL PROTECTED] wrote:what version of wicket are you using? i thought we added support for setResponsePage() from an ajax call in 1.2.2, but maybe im wrong and it will be in 1.2.3-IgorOn

Re: [Wicket-user] How to reload page from within ajax call

2006-10-16 Thread De Soca
Sorry, I am using version 1.2.2 igor.vaynberg wrote: what version of wicket are you using? i thought we added support for setResponsePage() from an ajax call in 1.2.2, but maybe im wrong and it will be in 1.2.3 -Igor On 10/16/06, De Soca [EMAIL PROTECTED] wrote: Hello all, I

Re: [Wicket-user] How to reload page from within ajax call

2006-10-16 Thread De Soca
When approx. is 1.2.3 due out? Frank Bille wrote: We did add support for it in 1.2.2. Is that the version you use, De Soca? Frank On 10/16/06, Igor Vaynberg [EMAIL PROTECTED] wrote: what version of wicket are you using? i thought we added support for setResponsePage() from an ajax

Re: [Wicket-user] How to reload page from within ajax call

2006-10-16 Thread Igor Vaynberg
soon :)-IgorOn 10/16/06, De Soca [EMAIL PROTECTED] wrote: When approx. is 1.2.3 due out?Frank Bille wrote: We did add support for it in 1.2.2. Is that the version you use, De Soca? Frank On 10/16/06, Igor Vaynberg [EMAIL PROTECTED] wrote: what version of wicket are you using? i thought we added