Re: Ajax download stops AjaxSelfUpdatingTimer

2015-01-29 Thread elvis.ciocoiu
I've opened an issue on Jira with my problem. WICKET-5822 https://issues.apache.org/jira/browse/WICKET-5822 . -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Ajax-download-stops-AjaxSelfUpdatingTimer-tp4668978p4669185.html Sent from the Users forum mailing list

Re: Ajax download stops AjaxSelfUpdatingTimer

2015-01-12 Thread elvis.ciocoiu
Hi again, Basically I have a label refreshed automatically with: It is refreshed automatically by the timer until I click an ajax link like the following: After I click the download link the file is downloaded but the ajax timer behavior is not triggered anymore. Thank you. -- View this

Ajax download stops AjaxSelfUpdatingTimer

2015-01-11 Thread elvis.ciocoiu
Hi, I encounter a strange behavior related to AjaxSelfUpdatingTimerBahavior. I triggers normally until I click a link that downloads a dynamic resource. The ajax download link is constructed using after the recommendations from:

changing the page in inmethod grid

2012-05-30 Thread elvis.ciocoiu
Hello, I'm trying set the current page number in a DataGrid to the last one but don't know how to clear the cachedPageCount in AbstractPageableView. In my scenario after creating a new entity I want to select it and change the page of the grid to the page where this element exists. It works the

custom listeners

2012-05-16 Thread elvis.ciocoiu
I'm working on something that uses custom information attached to the components and needs some sort of a listeners mechanism. The path taken was to register the needed listeners in onCreate() of some component but I don't have a solution to unregister ... The onRemove doesn't help because it's