Re: [Wicket-user] Adding code to moveUpLink, moveDownLink and removeLink on ListView

2007-04-05 Thread Jean-Baptiste Quenot
* Andrew Moore: > I've got a listView which I'm using moveUpLink, moveDownLink and > removeLink on. I suggest to use RefreshingView. It seems a bit harder at first glance, but when you're used to it, it's much more powerful. And beware that if you reorder or remove rows with ListView, you lo

Re: [Wicket-user] Adding code to moveUpLink, moveDownLink and removeLink on ListView

2007-04-03 Thread Johan Compagner
i had today exatly the same thing, but then withe the ajaxpaging navigator. i want to do one thing more when a page link is clicked. because we dont have listeners i had to extend navigator then the navigation and then override all the link create methods and also subclass them at these times l

Re: [Wicket-user] Adding code to moveUpLink, moveDownLink and removeLink on ListView

2007-04-03 Thread Igor Vaynberg
can you not subclass it and override onclick? -igor On 4/3/07, Andrew Moore <[EMAIL PROTECTED]> wrote: Hi, I've got a listView which I'm using moveUpLink, moveDownLink and removeLink on. Is there any way to be able to add my own code to run when these links are clicked. So for example, I'm

[Wicket-user] Adding code to moveUpLink, moveDownLink and removeLink on ListView

2007-04-03 Thread Andrew Moore
Hi, I've got a listView which I'm using moveUpLink, moveDownLink and removeLink on. Is there any way to be able to add my own code to run when these links are clicked. So for example, I'm wanting to store an Order_Id on a database which I would like to get updated when the moveUp / moveDown link