Thanks for the reply Doug. I actually found this project and now have a context menu appearing when clicking on the id column for a row. Now I just need to make my different actions actually work and the table refreshed.
Right now I using the TestAction inner class that is in your example. In the onClick method of the TestAction the targetId is the id of the row that I am right clicking on to get the context menu. Is there a way to get the object that the row is based on? Thanks Karen > -----Original Message----- > From: Doug Leeper [mailto:[EMAIL PROTECTED] > Sent: Friday, March 07, 2008 2:20 PM > To: [email protected] > Subject: Re: right click popup context menu > > > > Take a look at wicket-contrib-yui. There is a context menu > (built on top of > YUI) contained in org.wicketstuff.yui.markup.html.menu2.contextMenu > > There are some examples in wicketstuff-yui-examples for the Context Menu > (tree and list/data view) > > Note: these are SVN projects located at > http://wicket-stuff.svn.sourceforge.net/viewvc/wicket-stuff/trunk/ > > Let me know if you have any questions as I am the author of this > contribution. > > - Doug > -- > View this message in context: > http://www.nabble.com/right-click-popup-context-menu-tp15876468p15 903821.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
