[Wicket-user] Problems with AjaxSelfUpdatingTimerBehavior and buttons on same page

2006-05-11 Thread Ari Suutari
Hi, We are experiencing odd behaviour when a page has - a region, which is constantly updated by AjaxSelfUpdatingTimerBehavior (say each 3 seconds) - form with buttons When the page is initially loaded, timer starts updating values as expected. When a button on form is pressed, page is

Re: [Wicket-user] Problems with AjaxSelfUpdatingTimerBehavior and buttons on same page

2006-05-11 Thread Johan Compagner
So the url that the ajax behaviour has isn't updated to version 1? When the page is rerendered?johanOn 5/11/06, Ari Suutari [EMAIL PROTECTED] wrote:Hi,We are experiencing odd behaviour when a page has - a region, which is constantly updated by AjaxSelfUpdatingTimerBehavior (say each 3 seconds)-

Re: [Wicket-user] Problems with AjaxSelfUpdatingTimerBehavior and buttons on same page

2006-05-11 Thread Martijn Dashorst
Add the updating region to the ajax target of the button request. That should update the URL for the self updating timer.MartijnOn 5/11/06, Johan Compagner [EMAIL PROTECTED] wrote: So the url that the ajax behaviour has isn't updated to version 1? When the page is rerendered?johan On 5/11/06, Ari

Re: [Wicket-user] Problems with AjaxSelfUpdatingTimerBehavior and buttons on same page

2006-05-11 Thread Matej Knopp
Martijn Dashorst wrote: Add the updating region to the ajax target of the button request. That should update the URL for the self updating timer. This doesen't really make sense, versioning is turned of during ajax requests. Martijn On 5/11/06, *Johan Compagner * [EMAIL PROTECTED]

Re: [Wicket-user] Problems with AjaxSelfUpdatingTimerBehavior and buttons on same page

2006-05-11 Thread Johan Compagner
and in the form action you see another url that also goes to 2 but it has a version in it?johanOn 5/11/06, Ari Suutari [EMAIL PROTECTED] wrote:Hi,The ajax timer only updates small region. Button updates the whole page. There is a simplified example

Re: [Wicket-user] Problems with AjaxSelfUpdatingTimerBehavior and buttons on same page

2006-05-11 Thread Igor Vaynberg
fixed in trunk, can you test please?-IgorOn 5/11/06, Johan Compagner [EMAIL PROTECTED] wrote: and in the form action you see another url that also goes to 2 but it has a version in it? johanOn 5/11/06, Ari Suutari [EMAIL PROTECTED] wrote:Hi,The ajax timer only updates small region. Button