Re: Force AjaxLink to be enabled

2014-12-05 Thread ChambreNoire
: http://apache-wicket.1842946.n4.nabble.com/Force-AjaxLink-to-be-enabled-tp4668631p4668661.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional

Re: Force AjaxLink to be enabled

2014-12-05 Thread ChambreNoire
gah! Always finish debugging before posting. Just needed to override canCallListenerInterface(). Easy peasy! CN -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Force-AjaxLink-to-be-enabled-tp4668631p4668662.html Sent from the Users forum mailing list archive

Force AjaxLink to be enabled

2014-12-04 Thread ChambreNoire
override isEnabledInHierarchy as it's final. Is there a easy quick and dirty way around for a given link ? Many Thanks, CN -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Force-AjaxLink-to-be-enabled-tp4668631.html Sent from the Users forum mailing list archive

Re: Force AjaxLink to be enabled

2014-12-04 Thread Martin Grigorov
specific cases. I can't override isEnabledInHierarchy as it's final. Is there a easy quick and dirty way around for a given link ? Many Thanks, CN -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Force-AjaxLink-to-be-enabled-tp4668631.html Sent from the Users forum

Re: Force AjaxLink to be enabled

2014-12-04 Thread ChambreNoire
Ha! Yes I was going to do that tonight but fine. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Force-AjaxLink-to-be-enabled-tp4668631p4668633.html Sent from the Users forum mailing list archive at Nabble.com

Re: Force AjaxLink to be enabled

2014-12-04 Thread Ernesto Reinaldo Barreiro
://apache-wicket.1842946.n4.nabble.com/Force-AjaxLink-to-be-enabled-tp4668631.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional

Re: Force AjaxLink to be enabled

2014-12-04 Thread Martin Grigorov
pain for me in a few specific cases. I can't override isEnabledInHierarchy as it's final. Is there a easy quick and dirty way around for a given link ? Many Thanks, CN -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Force-AjaxLink

Re: Force AjaxLink to be enabled

2014-12-04 Thread ChambreNoire
Haha I had already overridden AbstractLink#isLinkEnabled() and yes now Wicket renders a link rather than a span but clicking doesn't work. OnClick() isn't called at all. CN -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Force-AjaxLink-to-be-enabled