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 listeners would be a great thing
On 4/3/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > 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 wanting to store an Order_Id on a database which I > > would > > like to get updated when the moveUp / moveDown link is clicked. > > > > At the moment I have a save button on the page that does the database > > update > > functionality, but I'm really wanting the db update to happen when the > > move > > links are clicked. > > Cheers > > Andrew > > -- > > View this message in context: > > > http://www.nabble.com/Adding-code-to-moveUpLink%2C-moveDownLink-and-removeLink-on-ListView-tf3510279.html#a9805075 > > Sent from the Wicket - User mailing list archive at Nabble.com. > > > > > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to share > > your > > opinions on IT & business topics through brief surveys-and earn cash > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > > Wicket-user mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
