Hi, I am using InputBehavior() from wicket-contrib-input-event with EventType.click to bind a shortcut to a PagingNavigationIncrementLink. EventType.click is using a javascript function click() which only exists in IE and does not work in FF. FF would say click is not a function. Not using any eventtype would work but when reaching the end of the pagination, the "next" link is invisible and the shortcut will fail.
Does anyone knows a good way to do that ? ? Thanks, Renaud -- View this message in context: http://www.nabble.com/InputBehavior-EventType.click-only-works-in-IE-tp17794918p17794918.html Sent from the Wicket - Dev mailing list archive at Nabble.com.
